mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
samba36: fix build (issue #5574)
As indicated in #5574 samba fails to build with linker error due to lack of talloc_* functions when the packet libtalloc also gets build. According to Makefile it is compiled with "--without-libtalloc" option. Running ./configure --help shows that there is another option connected to libtalloc: --enable/disable-external-libtalloc. Adding this option fixes build. Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
This commit is contained in:
parent
92419ab4c7
commit
316eb26a3a
@ -101,6 +101,7 @@ CONFIGURE_ARGS += \
|
||||
--prefix=/ \
|
||||
--disable-avahi \
|
||||
--disable-cups \
|
||||
--disable-external-libtalloc \
|
||||
--disable-pie \
|
||||
--disable-relro \
|
||||
--disable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user