mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +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
|
cd $PKG_BUILD
|
||||||
ac_cv_func_malloc_0_nonnull=yes \
|
ac_cv_func_malloc_0_nonnull=yes \
|
||||||
|
ac_cv_func_realloc_0_nonnull=yes \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -32,6 +33,8 @@ ac_cv_func_malloc_0_nonnull=yes \
|
|||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--disable-cifsupcall \
|
--disable-cifsupcall \
|
||||||
--disable-cifscreds \
|
--disable-cifscreds \
|
||||||
|
--disable-cifsidmap \
|
||||||
|
--with-libcap-ng \
|
||||||
--with-libcap \
|
--with-libcap \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://www.samba.org"
|
PKG_SITE="http://www.samba.org"
|
||||||
PKG_URL="ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="libcap"
|
PKG_DEPENDS="libcap-ng"
|
||||||
PKG_BUILD_DEPENDS="toolchain libcap"
|
PKG_BUILD_DEPENDS="toolchain libcap-ng"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="network"
|
PKG_SECTION="network"
|
||||||
PKG_SHORTDESC="cifs-utils: a set of user-space tools to mount/umount CIFS filesystems"
|
PKG_SHORTDESC="cifs-utils: a set of user-space tools to mount/umount CIFS filesystems"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user