cifs-utils: fix compilation 12232/head
authorRosen Penev <rosenp@gmail.com>
Wed, 20 May 2020 05:14:10 +0000 (22:14 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 20 May 2020 05:14:10 +0000 (22:14 -0700)
Now that libcap-ng is in the tree, cifs-utils is picking it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/cifs-utils/Makefile

index 03f5acac521afb6d6952b760cc4ba76c4713d92f..ae6a4d8ed6ae20f2f3fcd805703ce00625c93d97 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=cifs-utils
 PKG_VERSION:=6.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://download.samba.org/pub/linux-cifs/cifs-utils/
@@ -54,6 +54,9 @@ CONFIGURE_ARGS += \
        --disable-man \
        --without-libcap
 
+CONFIGURE_ARGS += \
+       ac_cv_lib_cap_ng_capng_clear=no
+
 TARGET_CFLAGS += $(FPIC) -ffunction-sections -flto
 TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed