cifs-utils: fix cross build and add more programs that need libwbclient.

This commit is contained in:
Juan RP 2013-05-16 16:21:17 +02:00
parent 303f576b70
commit 9f6ad041dc
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
# Template file for 'cifs-utils'
pkgname=cifs-utils
version=6.0
revision=1
revision=2
build_style=gnu-configure
makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel"
configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
hostmakedepends="pkg-config"
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel>=3.6.15_2 keyutils-devel"
short_desc="CIFS filesystem user-space tools"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"