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:
Stephan Raue 2011-07-30 07:16:10 +02:00
parent ab36bb4312
commit 87ecd37d2f
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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"