summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-03-09 15:07:27 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-03-12 13:29:50 +0100
commit6bba0d786ba030952918508c8da9e5fbd22301b4 (patch)
treef3489a33efeb9f7f63f3dd98842700413887d92b
parent466d55374640773584383d0b6772b5917030736a (diff)
downloadptxdist-6bba0d786ba030952918508c8da9e5fbd22301b4.tar.gz
ptxdist-6bba0d786ba030952918508c8da9e5fbd22301b4.tar.xz
samba: use external talloc
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/samba.in1
-rw-r--r--rules/samba.make3
2 files changed, 2 insertions, 2 deletions
diff --git a/rules/samba.in b/rules/samba.in
index d44d09ec3..dd952cbe6 100644
--- a/rules/samba.in
+++ b/rules/samba.in
@@ -20,6 +20,7 @@ menuconfig SAMBA
select GNUTLS
select READLINE
select SYSTEMD if SAMBA_SYSTEMD_UNIT
+ select TALLOC
select ZLIB
select ROOTFS_VAR_LIB if RUNTIME
select ROOTFS_VAR_CACHE if RUNTIME
diff --git a/rules/samba.make b/rules/samba.make
index c2621ab35..0e84dec39 100644
--- a/rules/samba.make
+++ b/rules/samba.make
@@ -74,7 +74,7 @@ SAMBA_CONF_OPT := \
--without-ntvfs-fileserver \
--without-json \
$(CROSS_AUTOCONF_SYSROOT_USR) \
- --bundled-libraries=NONE,cmocka,tdb,talloc,tevent,ldb \
+ --bundled-libraries=NONE,cmocka,tdb,tevent,ldb \
--disable-rpath \
--disable-rpath-install \
--enable-auto-reconfigure \
@@ -123,7 +123,6 @@ SAMBA_COMMON_LIBS := \
libtevent-util \
libwbclient \
samba/libldb \
- samba/libtalloc \
samba/libtdb \
samba/libtevent