mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
avahi, fix 32bit build (#8276)
This commit is contained in:
@@ -5,7 +5,7 @@ compatible with Apple Bonjour primarily targetting Linux."
|
||||
HOMEPAGE="http://avahi.org/"
|
||||
COPYRIGHT="2004-2015 the Avahi developers"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
srcGitRev="e8a3dd0d480a754318e312e6fa66fea249808187"
|
||||
SOURCE_URI="https://github.com/lathiat/avahi/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="09e3f0aaf05a174776b22b0cff0fed42adea1ba39fd5ff10a5660f3f97aa947c"
|
||||
@@ -112,11 +112,12 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
runConfigure --omit-dirs binDir ./configure --bindir=$commandBinDir \
|
||||
runConfigure --omit-dirs "binDir sbinDir" ./configure \
|
||||
--bindir=$commandBinDir --sbindir=$commandBinDir \
|
||||
--disable-gtk3 --disable-gtk \
|
||||
--disable-gdbm --disable-python --disable-autoipd \
|
||||
--disable-mono --disable-manpages --disable-stack-protector \
|
||||
--localstatedir=$prefix/var/run
|
||||
--localstatedir=$prefix/var/run --disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user