samba: fix build with ipv6 support is disabled

Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285
This commit is contained in:
Peter Korsgaard 2009-04-26 21:17:33 +00:00
parent 78e8e2c74e
commit 4a653c39d4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ $(SAMBA_DIR)/.configured: $(SAMBA_DIR)/.unpacked
samba_cv_HAVE_NATIVE_ICONV=no \
samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
samba_cv_fpie=no \
libreplace_cv_HAVE_IPV6=$(if $(BR2_INET_IPV6),yes,no) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \