summaryrefslogtreecommitdiff
path: root/package/samba/Makefile
diff options
context:
space:
mode:
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 \