comparison: bind/bind.spec
bind/bind.spec
- changeset 792
- e4d1703d7593
- parent 556
- d927b76d07e3
equal
deleted
inserted
replaced
34 Distribution: OpenPKG Community |
34 Distribution: OpenPKG Community |
35 Class: BASE |
35 Class: BASE |
36 Group: DNS |
36 Group: DNS |
37 License: ISC |
37 License: ISC |
38 Version: %{V_opkg} |
38 Version: %{V_opkg} |
39 Release: 20120707 |
39 Release: 20120800 |
40 |
40 |
41 # package options |
41 # package options |
42 %option with_dnssec yes |
42 %option with_dnssec yes |
43 %option with_threads no |
43 %option with_threads no |
44 %option with_pgsql no |
44 %option with_pgsql no |
158 --with-libtool \ |
158 --with-libtool \ |
159 --disable-shared \ |
159 --disable-shared \ |
160 --disable-nls |
160 --disable-nls |
161 |
161 |
162 # build program |
162 # build program |
163 %{l_make} %{l_mflags} |
163 %{l_make} %{l_mflags -O} |
164 |
164 |
165 %install |
165 %install |
166 |
166 |
167 # perform standard install procedure |
167 # perform standard install procedure |
168 %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT |
168 %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT |