diff --git a/net-fs/samba/samba-3.6.25.recipe b/net-fs/samba/samba-3.6.25.recipe index a6d8cbced..67997d857 100644 --- a/net-fs/samba/samba-3.6.25.recipe +++ b/net-fs/samba/samba-3.6.25.recipe @@ -11,7 +11,7 @@ or server as if it were a Windows file and print server." HOMEPAGE="http://www.samba.org/" COPYRIGHT="1992-2015 Anrew Tridgell and the Samba Team" LICENSE="GNU GPL v3" -REVISION="4" +REVISION="5" SOURCE_URI="http://ftp.samba.org/pub/samba/samba-$portVersion.tar.gz" CHECKSUM_SHA256="8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751" PATCHES="samba-3.6.23.patchset" @@ -85,6 +85,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel + devel:libcrypto$secondaryArchSuffix devel:libiconv$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:libncurses$secondaryArchSuffix @@ -108,7 +109,8 @@ BUILD() { cd source3 sed -i 's/| \*qnx\*/| \*qnx\* | haiku\*/g' configure - LDFLAGS="-lnetwork -lbnetapi" CFLAGS="-D_BSD_SOURCE" runConfigure ./configure --disable-swat \ + LDFLAGS="-lnetwork -lbnetapi" CFLAGS="-D_BSD_SOURCE" runConfigure ./configure \ + --disable-swat --disable-pie \ --with-configdir=$settingsDir/samba \ --with-privatedir=$settingsDir/samba \ --with-localedir=$dataRootDir/locale \