popt, disable static library (#8098)

This commit is contained in:
Schrijvers Luc
2023-03-24 10:22:10 +01:00
committed by GitHub
parent 497d3d9a50
commit bb394393f3

View File

@@ -10,7 +10,7 @@ arrays"
HOMEPAGE="https://www.linuxfromscratch.org/blfs/view/8.1/general/popt.html"
COPYRIGHT="1998-2010 Red Hat, Inc."
LICENSE="MIT"
REVISION="5"
REVISION="6"
SOURCE_URI="ftp://anduin.linuxfromscratch.org/BLFS/popt/popt-1.16.tar.gz"
CHECKSUM_SHA256="e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8"
PATCHES="popt-1.16.patchset"
@@ -55,7 +55,7 @@ defineDebugInfoPackage popt$secondaryArchSuffix \
BUILD()
{
autoreconf -vfi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}