From 522eabef68bea95bf1cf7eaa4ef94d3e7211ac16 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 8 Jul 2014 12:28:59 +0200 Subject: [PATCH] unbound: fixed cross build; move so symlink to -devel. --- srcpkgs/unbound/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index a05c2fe06e4..c6926b5ac5d 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,10 +1,11 @@ # Template file for 'unbound' pkgname=unbound version=1.4.22 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf - --with-pidfile=/run/unbound.pid" + --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr + --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr" conf_file="/etc/unbound/unbound.conf" makedepends="openssl-devel expat-devel libevent-devel" system_accounts="unbound" @@ -25,8 +26,9 @@ unbound-devel_package() { short_desc+=" - development files" pkg_install() { vmove usr/include - vmove "usr/lib/*.a" - vmove "usr/share/man/man3/*.3" + vmove usr/lib/*.a + vmove usr/lib/*.so + vmove usr/share/man/man3 } }