mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libmpeg2, disable static libraries (#7648)
This commit is contained in:
@@ -19,7 +19,7 @@ HOMEPAGE="http://libmpeg2.sourceforge.net"
|
||||
COPYRIGHT="2000-2003 Michel Lespinasse
|
||||
1999-2000 Aaron Holtzman"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="6"
|
||||
REVISION="7"
|
||||
SOURCE_URI="http://libmpeg2.sourceforge.net/files/libmpeg2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4"
|
||||
PATCHES="libmpeg2-${portVersion}.patch"
|
||||
@@ -68,7 +68,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
./bootstrap
|
||||
runConfigure ./configure --enable-shared --enable-static
|
||||
runConfigure ./configure --enable-shared --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user