main/ldapvi: fix build with gcc 14

Use -fpermissive due to it appears to not be maintained upstream
This commit is contained in:
Natanael Copa 2024-08-20 15:14:15 +02:00
parent e4134d2cac
commit 7acc98d91e

View file

@ -2,7 +2,7 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=ldapvi
pkgver=1.7
pkgrel=15
pkgrel=16
pkgdesc="ldapvi is an interactive LDAP client for Unix terminals"
url="http://www.lichteblau.com/ldapvi/"
arch="all"
@ -22,7 +22,7 @@ prepare() {
}
build() {
./configure --prefix=/usr && make
CFLAGS="$CFLAGS -fpermissive" ./configure --prefix=/usr && make
}
package() {