mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libidn2, disable static library (#7633)
This commit is contained in:
@@ -6,12 +6,12 @@ COPYRIGHT="2011-2018 Simon Josefsson"
|
||||
LICENSE="GNU GPL v2
|
||||
GNU GPL v3
|
||||
GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://ftpmirror.gnu.org/libidn/libidn2-$portVersion.tar.gz
|
||||
https://ftp.gnu.org/gnu/libidn/libidn2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
@@ -69,7 +69,9 @@ defineDebugInfoPackage libidn2$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure --bindir $commandBinDir
|
||||
runConfigure --omit-dirs binDir ./configure \
|
||||
--bindir $commandBinDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user