librpcsecgss: cross build support.
This commit is contained in:
parent
73c788e245
commit
15c69ae55e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'librpcsecgss'
|
# Template file for 'librpcsecgss'
|
||||||
pkgname=librpcsecgss
|
pkgname=librpcsecgss
|
||||||
version=0.19
|
version=0.19
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgssglue-devel"
|
makedepends="libgssglue-devel"
|
||||||
short_desc="Library for RPCSECGSS support"
|
short_desc="Library for RPCSECGSS support"
|
||||||
|
@ -17,7 +18,7 @@ long_desc="
|
||||||
|
|
||||||
librpcsecgss-devel_package() {
|
librpcsecgss-devel_package() {
|
||||||
depends="libgssglue-devel librpcsecgss>=${version}"
|
depends="libgssglue-devel librpcsecgss>=${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…
Add table
Add a link
Reference in a new issue