mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
gumbo, disable static library, remove libtool file (#7629)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user