aboutsummaryrefslogtreecommitdiffstats
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
commit787f06915027f9178584c1e1ef9ae0c5663820b6 (patch)
tree7257bca786b1c010ac6e5f8a80dd999eb5ec61d1
parent58690d174766e245834c309f595a998748b45f50 (diff)
downloadupstream-787f06915027f9178584c1e1ef9ae0c5663820b6.tar.gz
upstream-787f06915027f9178584c1e1ef9ae0c5663820b6.tar.bz2
upstream-787f06915027f9178584c1e1ef9ae0c5663820b6.zip
samba36: do not pick up libattr as a dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41508 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 \