From: nbd Date: Fri, 4 Jul 2014 09:55:14 +0000 (+0000) Subject: samba36: do not pick up libattr as a dependency X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aa19c626db1c8554a73e5d5cd69743dd7ff3745f;p=openwrt.git samba36: do not pick up libattr as a dependency Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41508 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \