mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
cifs-utils: depends on 'libcap-ng' instead 'libcap' from now on, cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ab36bb4312
commit
87ecd37d2f
@ -24,6 +24,7 @@
|
||||
|
||||
cd $PKG_BUILD
|
||||
ac_cv_func_malloc_0_nonnull=yes \
|
||||
ac_cv_func_realloc_0_nonnull=yes \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
@ -32,6 +33,8 @@ ac_cv_func_malloc_0_nonnull=yes \
|
||||
--localstatedir=/var \
|
||||
--disable-cifsupcall \
|
||||
--disable-cifscreds \
|
||||
--disable-cifsidmap \
|
||||
--with-libcap-ng \
|
||||
--with-libcap \
|
||||
|
||||
make
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.samba.org"
|
||||
PKG_URL="ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libcap"
|
||||
PKG_BUILD_DEPENDS="toolchain libcap"
|
||||
PKG_DEPENDS="libcap-ng"
|
||||
PKG_BUILD_DEPENDS="toolchain libcap-ng"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="cifs-utils: a set of user-space tools to mount/umount CIFS filesystems"
|
||||
|
Loading…
x
Reference in New Issue
Block a user