diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-26 18:52:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-26 18:52:26 +0200 |
commit | cbd602d1e2f78be3c82615fb79099a1709a79b68 (patch) | |
tree | 13d85cfb4709d94735c52e674959d3b7cc3ee2bf /package/samba/Makefile | |
parent | d6b1e792fe76be06f68294813536d717188ea9ca (diff) |
fix samba compile with GNU libc reported by Oliver, disable YP/automount for now
Diffstat (limited to 'package/samba/Makefile')
-rw-r--r-- | package/samba/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ |