summaryrefslogtreecommitdiff
path: root/package/samba/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-14 13:05:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-14 13:05:02 +0200
commitefbd5bdc77b36d5c52d0018163952b19076b21c7 (patch)
treefa4f1f6e53cb75fe3ecea74f269be5905d96ea38 /package/samba/Makefile
parent59fa2dcdee8e277429bca809e7334c7ac53fc1a3 (diff)
fix issues in samba package
Diffstat (limited to 'package/samba/Makefile')
-rw-r--r--package/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/samba/Makefile b/package/samba/Makefile
index c73b92fd5..6c8403407 100644
--- a/package/samba/Makefile
+++ b/package/samba/Makefile
@@ -11,7 +11,7 @@ PKG_DESCR:= file and print server
PKG_SECTION:= net/fs
PKG_BUILDDEP:= gettext-tiny util-linux popt python2 gnutls
PKG_BUILDDEP:= heimdal-host python2-host
-PKG_DEPENDS:= libuuid libpopt libgnutls
+PKG_DEPENDS:= libpthread librt libuuid libpopt libgnutls
PKG_URL:= http://www.samba.org/
PKG_SITES:= http://samba.org/samba/ftp/stable/
@@ -26,6 +26,7 @@ CONFIGURE_ARGS+= --enable-fhs \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-privatedir=/etc/samba \
--cross-compile \
--cross-answers=$(WRKSRC)/cache.txt \
--hostcc=gcc \