mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
libburn, disable static library (#8123)
This commit is contained in:
@@ -5,7 +5,7 @@ a facility for reading data blocks from optical media."
|
||||
HOMEPAGE="https://dev.lovelyhq.com/libburnia"
|
||||
COPYRIGHT="2006-2016 Mario Danic and Thomas Schmitt"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://files.libburnia-project.org/releases/libburn-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3e81a2e359376c38d96239a9c9967be715f706d150d89c337de0fc85ecb79da6"
|
||||
PATCHES="libburn-$portVersion.patchset"
|
||||
@@ -83,7 +83,9 @@ http://cdrtools.sourceforge.net/private/man/cdrecord/cdrecord.1.html," \
|
||||
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