Skip to content
Snippets Groups Projects
Commit 316eb26a authored by Jakub Tymejczyk's avatar Jakub Tymejczyk Committed by Hauke Mehrtens
Browse files

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: default avatarJakub Tymejczyk <jakub@tymejczyk.pl>
parent 92419ab4
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ CONFIGURE_ARGS += \
--prefix=/ \
--disable-avahi \
--disable-cups \
--disable-external-libtalloc \
--disable-pie \
--disable-relro \
--disable-static \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment