libnfsidmap: cross build support.
This commit is contained in:
parent
c784fa79dd
commit
f000623dd4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libnfsidmap'
|
# Template file for 'libnfsidmap'
|
||||||
pkgname=libnfsidmap
|
pkgname=libnfsidmap
|
||||||
version=0.25
|
version=0.25
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||||
makedepends="libldap-devel"
|
makedepends="libldap-devel"
|
||||||
short_desc="Library to help mapping IDs, mainly for NFSv4"
|
short_desc="Library to help mapping IDs, mainly for NFSv4"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -19,7 +19,7 @@ long_desc="
|
||||||
|
|
||||||
libnfsidmap-devel_package() {
|
libnfsidmap-devel_package() {
|
||||||
depends="libldap-devel libnfsidmap>=${version}"
|
depends="libldap-devel libnfsidmap>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue