gumbo, disable static library, remove libtool file (#7629)

This commit is contained in:
Schrijvers Luc
2022-12-24 18:08:13 +01:00
committed by GitHub
parent e1f94f6674
commit ffc9adeac4

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2015 Kevin B. Hendricks
2010-2013 Google Inc.
2013 Ben Noordhuis"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad"
SOURCE_DIR="gumbo-parser-$portVersion"
@@ -53,7 +53,7 @@ defineDebugInfoPackage gumbo$secondaryArchSuffix \
BUILD()
{
./autogen.sh
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}
@@ -61,6 +61,9 @@ INSTALL()
{
make install
# remove libtool file
rm $libDir/libgumbo.la
prepareInstalledDevelLib \
libgumbo
fixPkgconfig