libasyncns: needs to be built with -fPIC, bumprev.
This commit is contained in:
parent
2a3b53358d
commit
c5fed528e9
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libasyncns
|
||||
|
||||
|
@ -14,6 +16,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
|
||||
}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Template file for 'libasyncns'
|
||||
pkgname=libasyncns
|
||||
version=0.8
|
||||
revision=1
|
||||
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="CFLAGS=-fPIC"
|
||||
short_desc="C library for executing name service queries asynchronously"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4f1a66e746cbe54ff3c2fbada5843df4fbbbe7481d80be003e8d11161935ab74
|
||||
|
|
Loading…
Reference in New Issue