summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-07-04 09:55:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-07-04 09:55:14 +0000
commit4d04e666a4bb8ad1c0da35191a52860611f6f3b1 (patch)
tree9674a1f4b1547e515567562fefd15665dd28de81
parent2abbe82a5af45622a52e66c6e3b2864e9c1bd1a7 (diff)
downloadmtk-20170518-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.zip
mtk-20170518-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.tar.gz
mtk-20170518-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.tar.bz2
samba36: do not pick up libattr as a dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41508
-rw-r--r--package/network/services/samba36/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile
index ba34838..c3f218a 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 \