Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f0d897275e9def350b5162696be13cab1edf43b1
commit f0d897275e9def350b5162696be13cab1edf43b1 Author: DeX77 <[email protected]> Date: Wed Apr 26 14:33:34 2017 +0200 unbound-1.6.2-1-x86_64 * version bump diff --git a/source/network-extra/unbound/FrugalBuild b/source/network-extra/unbound/FrugalBuild index 187eaa6..74f50a3 100644 --- a/source/network-extra/unbound/FrugalBuild +++ b/source/network-extra/unbound/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: DeX77 <[email protected]> pkgname=unbound -pkgver=1.6.0 +pkgver=1.6.2 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url="http://unbound.net/" @@ -26,4 +26,9 @@ Fconfopts=" --prefix=/usr \ --enable-relro-now \ --enable-pie" +build(){ + export LEX=: + Fbuild +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
