mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Sambe: define _BSD_SOURCE
* So it can use getifaddrs.
This commit is contained in:
@@ -101,7 +101,7 @@ BUILD()
|
||||
{
|
||||
cd source3
|
||||
sed -i 's/| \*qnx\*/| \*qnx\* | haiku\*/g' configure
|
||||
LDFLAGS="-lnetwork -lbnetapi" runConfigure ./configure --disable-swat \
|
||||
LDFLAGS="-lnetwork -lbnetapi" CFLAGS="-D_BSD_SOURCE" runConfigure ./configure --disable-swat \
|
||||
--with-configdir=$settingsDir/samba \
|
||||
--with-privatedir=$settingsDir/samba \
|
||||
--with-localedir=$dataRootDir/locale \
|
||||
|
||||
Reference in New Issue
Block a user