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 } }