From d7cc36ca8fe3575d16a08ad554d542031d2215ff Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 21:57:36 +0000 Subject: [PATCH] cifs-utils: disable libcap support git-svn-id: svn://svn.openwrt.org/openwrt/packages@32212 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/cifs-utils/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/cifs-utils/Makefile b/net/cifs-utils/Makefile index f478f7fa7..743e12b40 100644 --- a/net/cifs-utils/Makefile +++ b/net/cifs-utils/Makefile @@ -29,6 +29,8 @@ TARGET_CFLAGS += -Wno-error CONFIGURE_ARGS += \ --exec-prefix=/usr \ --prefix=/ \ + --with-libcap-ng=no \ + --with-libcap=no define Package/cifsmount/install $(INSTALL_DIR) $(1)/usr/sbin