aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-06-30 17:02:52 -0700
committerJohn Crispin <john@phrozen.org>2018-07-02 07:12:41 +0200
commit1f2612a4ddbb83af0c6daf3719ab74c3b7db6590 (patch)
tree8ba17770a2ea5afcb17b91f9f6ce7b3c570a7586 /package
parentf23271f3b4f54d1e5ddf7b85786f9a30f38409ad (diff)
downloadupstream-1f2612a4ddbb83af0c6daf3719ab74c3b7db6590.tar.gz
upstream-1f2612a4ddbb83af0c6daf3719ab74c3b7db6590.tar.bz2
upstream-1f2612a4ddbb83af0c6daf3719ab74c3b7db6590.zip
samba36: Disable external libtdb and libtevent
This was causing issues recently as samba36 is not API compatible with the libtdb in the packages repo. It shouldn't be using it anyway. Nor tevent. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package')
-rw-r--r--package/network/services/samba36/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile
index 39bfcc6c4f..75705d0b37 100644
--- a/package/network/services/samba36/Makefile
+++ b/package/network/services/samba36/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=samba
PKG_VERSION:=3.6.25
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_SOURCE_URL:=https://download.samba.org/pub/samba \
https://download.samba.org/pub/samba/stable
@@ -108,6 +108,8 @@ CONFIGURE_ARGS += \
--disable-avahi \
--disable-cups \
--disable-external-libtalloc \
+ --disable-external-libtdb \
+ --disable-external-libtevent \
--disable-pie \
--disable-relro \
--disable-static \