diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-04 09:55:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-04 09:55:14 +0000 |
commit | 4d04e666a4bb8ad1c0da35191a52860611f6f3b1 (patch) | |
tree | 9674a1f4b1547e515567562fefd15665dd28de81 | |
parent | 2abbe82a5af45622a52e66c6e3b2864e9c1bd1a7 (diff) | |
download | upstream-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.tar.gz upstream-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.tar.bz2 upstream-4d04e666a4bb8ad1c0da35191a52860611f6f3b1.zip |
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/Makefile | 2 |
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 \ |