From: Felix Fietkau Date: Fri, 4 Jul 2014 09:55:14 +0000 (+0000) Subject: samba36: do not pick up libattr as a dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4d04e666a4bb8ad1c0da35191a52860611f6f3b1;p=openwrt%2Fstaging%2Fynezz.git samba36: do not pick up libattr as a dependency Signed-off-by: Felix Fietkau SVN-Revision: 41508 --- diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index ba348387a9..c3f218ab9b 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -65,6 +65,8 @@ TARGET_CFLAGS += -DMAX_DEBUG_LEVEL=$(CONFIG_PACKAGE_SAMBA_MAX_DEBUG_LEVEL) -D__l TARGET_LDFLAGS += -Wl,--gc-sections CONFIGURE_VARS += \ + ac_cv_lib_attr_getxattr=no \ + ac_cv_search_getxattr=no \ ac_cv_file__proc_sys_kernel_core_pattern=yes \ libreplace_cv_HAVE_C99_VSNPRINTF=yes \ libreplace_cv_HAVE_GETADDRINFO=yes \