summaryrefslogtreecommitdiff
path: root/adns/adns_1.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'adns/adns_1.0.oe')
-rw-r--r--adns/adns_1.0.oe7
1 files changed, 4 insertions, 3 deletions
diff --git a/adns/adns_1.0.oe b/adns/adns_1.0.oe
index e6b2da2269..d541b23605 100644
--- a/adns/adns_1.0.oe
+++ b/adns/adns_1.0.oe
@@ -2,7 +2,8 @@ DEPENDS = "virtual/libc"
DESCRIPTION = "An advanced alternative, asynchronous resolver."
SRC_URI = "ftp://ftp.gnu.org/gnu/adns/adns-${PV}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1"
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/fixparsedomainflags.patch;patch=1"
inherit autotools
@@ -15,8 +16,8 @@ do_configure_prepend () {
do_stage () {
install -m 0644 ${S}/src/adns.h ${STAGING_INCDIR}/
- install -m 0644 ${S}/src/libadns.a ${STAGING_LIBDIR}/
- oe_soinstall dynamic/libadns.so.1.0 ${STAGING_LIBDIR}/
+ oe_libinstall -so -C dynamic libadns ${STAGING_LIBDIR}/
+ oe_libinstall -a -C src libadns ${STAGING_LIBDIR}/
}
do_install () {