popt 1.19-2

This commit is contained in:
xhaa123 2024-10-16 01:17:14 +08:00
parent d7dc9c0981
commit ac993b62bc

View File

@ -2,7 +2,7 @@
pkgname=popt
pkgver=1.19
pkgrel=1
pkgrel=2
pkgdesc="A commandline option parser"
arch=('x86_64')
url="https://github.com/rpm-software-management/popt"
@ -14,6 +14,7 @@ sha256sums=(c25a4838fc8e4c1c8aacb8bd620edb3084a3d63bf8987fdad3ca2758c63240f9)
build() {
cd ${pkgname}-${pkgver}
CFLAGS+=" -ffat-lto-objects"
${CONFIGURE} --disable-static
make