diff mbox

samba: fix config symbols

Message ID 1413329346-25534-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 1f7bef035f772ba56d510c246c21482b21487183
Headers show

Commit Message

Gustavo Zacarias Oct. 14, 2014, 11:29 p.m. UTC
Some of the configure cache symbols changed name because some routines
were moved to libreplace instead of samba itself.
So change the naming for those affected so that samba can work nicely
again with some configuration directives (like interfaces = X).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/samba/samba.mk | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Peter Korsgaard Oct. 16, 2014, 6:04 a.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Some of the configure cache symbols changed name because some routines
 > were moved to libreplace instead of samba itself.
 > So change the naming for those affected so that samba can work nicely
 > again with some configuration directives (like interfaces = X).

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/samba/samba.mk b/package/samba/samba.mk
index 03b901e..5472edd 100644
--- a/package/samba/samba.mk
+++ b/package/samba/samba.mk
@@ -19,13 +19,14 @@  SAMBA_DEPENDENCIES = popt \
 
 SAMBA_CONF_ENV = \
 	ac_cv_file__proc_sys_kernel_core_pattern=yes \
-	samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
+	libreplace_cv_HAVE_GETTIMEOFDAY_TZ=yes \
 	samba_cv_USE_SETREUID=yes \
 	samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \
-	samba_cv_HAVE_IFACE_IFCONF=yes \
-	samba_cv_HAVE_MMAP=yes \
+	libreplace_cv_HAVE_IFACE_GETIFADDRS=yes \
+	libreplace_cv_HAVE_IFACE_IFCONF=yes \
+	libreplace_cv_HAVE_MMAP=yes \
 	samba_cv_HAVE_FCNTL_LOCK=yes \
-	samba_cv_HAVE_SECURE_MKSTEMP=yes \
+	libreplace_cv_HAVE_SECURE_MKSTEMP=yes \
 	samba_cv_CC_NEGATIVE_ENUM_VALUES=yes \
 	samba_cv_fpie=no \
 	libreplace_cv_HAVE_IPV6=$(if $(BR2_INET_IPV6),yes,no) \