From cbd602d1e2f78be3c82615fb79099a1709a79b68 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 26 Apr 2015 18:52:08 +0200 Subject: fix samba compile with GNU libc reported by Oliver, disable YP/automount for now --- package/samba/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'package/samba/Makefile') diff --git a/package/samba/Makefile b/package/samba/Makefile index 6763944c3..508b7a9d6 100644 --- a/package/samba/Makefile +++ b/package/samba/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= samba PKG_VERSION:= 4.2.1 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_HASH:= 37eaa239c116dc2c22c29c5a2931eb178ed22e48b594687247446703119b4ac3 PKG_DESCR:= file and print server PKG_SECTION:= net/fs @@ -30,6 +30,10 @@ CONFIGURE_ARGS+= --enable-fhs \ --cross-compile \ --cross-answers=$(WRKSRC)/cache.txt \ --hostcc=gcc \ + --without-pie \ + --without-relro \ + --without-systemd \ + --without-automount \ --without-pam \ --without-fam \ --without-dmapi \ -- cgit v1.2.3