mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libp11, disable static library (#8163)
This commit is contained in:
@@ -7,10 +7,9 @@ COPYRIGHT="2016-2019 Michał Trojnara
|
||||
2007-2009 Andreas Jellinghaus
|
||||
2011 Martin Paljak"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/releases/download/libp11-$portVersion/libp11-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="639ea43c3341e267214b712e1e5e12397fd2d350899e673dd1220f3c6b8e3db4"
|
||||
#PATCHES="libp11-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
@@ -67,7 +66,8 @@ enginesDir=$libDir/engines
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure ./configure --with-enginesdir=$enginesDir
|
||||
runConfigure ./configure --with-enginesdir=$enginesDir \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user