samba: fix config symbols
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 14 Oct 2014 23:29:06 +0000 (20:29 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 16 Oct 2014 06:04:24 +0000 (08:04 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/samba/samba.mk

index 03b901e0da69ded8378bc93084c2b4c2f67cc037..5472edd7ed33fec89d71bf56a64c5ecc324f998b 100644 (file)
@@ -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) \