mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
confuse: fix CFLAGS
This commit is contained in:
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.nongnu.org/confuse/"
|
||||
COPYRIGHT="2002-2017 Martin Hedenfalk
|
||||
2015 Peter Rosin"
|
||||
LICENSE="ISC"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/martinh/libconfuse/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="cb90c06f2dbec971792af576d5b9a382fb3c4ca2b1deea55ea262b403f4e641e"
|
||||
SOURCE_FILENAME="confuse-$portVersion.tar.gz"
|
||||
@@ -64,7 +64,7 @@ defineDebugInfoPackage confuse$secondaryArchSuffix \
|
||||
|
||||
BUILD()
|
||||
{
|
||||
export CFLAGS="-D_BSD_SOURCE"
|
||||
export CFLAGS="-D_BSD_SOURCE -O2 -g"
|
||||
export LDFLAGS="-lbsd"
|
||||
./autogen.sh
|
||||
runConfigure ./configure --disable-static \
|
||||
|
||||
Reference in New Issue
Block a user