Tue, 28 Aug 2012 18:33:20 +0200
Use parallel make to avoid delay in this particularly parallel buildconf.
bind/bind.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/bind/bind.spec Tue Aug 28 18:33:15 2012 +0200 1.2 +++ b/bind/bind.spec Tue Aug 28 18:33:20 2012 +0200 1.3 @@ -36,7 +36,7 @@ 1.4 Group: DNS 1.5 License: ISC 1.6 Version: %{V_opkg} 1.7 -Release: 20120707 1.8 +Release: 20120800 1.9 1.10 # package options 1.11 %option with_dnssec yes 1.12 @@ -160,7 +160,7 @@ 1.13 --disable-nls 1.14 1.15 # build program 1.16 - %{l_make} %{l_mflags} 1.17 + %{l_make} %{l_mflags -O} 1.18 1.19 %install 1.20