mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
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> (backported from 1f2612a4ddbb83af0c6daf3719ab74c3b7db6590)
This commit is contained in:
parent
e89126d5d2
commit
66353bdf5a
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user