libasyncns: cross build support.
This commit is contained in:
parent
6f8a14777b
commit
816fa6cb6a
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libasyncns'
|
# Template file for 'libasyncns'
|
||||||
pkgname=libasyncns
|
pkgname=libasyncns
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="CFLAGS=-fPIC"
|
configure_args="CFLAGS=-fPIC ac_cv_func_malloc_0_nonnull=yes"
|
||||||
short_desc="C library for executing name service queries asynchronously"
|
short_desc="C library for executing name service queries asynchronously"
|
||||||
homepage="http://0pointer.de/lennart/projects/libasyncns/"
|
homepage="http://0pointer.de/lennart/projects/libasyncns/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -22,7 +22,7 @@ long_desc="
|
||||||
|
|
||||||
libasyncns-devel_package() {
|
libasyncns-devel_package() {
|
||||||
depends="libasyncns>=${version}"
|
depends="libasyncns>=${version}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
|
|
Loading…
Reference in New Issue