134 --disable-shared \ |
134 --disable-shared \ |
135 --disable-nls \ |
135 --disable-nls \ |
136 --enable-rrdcgi |
136 --enable-rrdcgi |
137 |
137 |
138 # build package |
138 # build package |
139 %{l_make} %{l_mflags} |
139 %{l_make} %{l_mflags -O} |
140 |
140 |
141 # build Perl part |
141 # build Perl part |
142 %if "%{with_perl}" == "yes" |
142 %if "%{with_perl}" == "yes" |
143 %{l_prefix}/bin/perl-openpkg prepare |
143 %{l_prefix}/bin/perl-openpkg prepare |
144 %{l_prefix}/bin/perl-openpkg -d bindings/perl-piped configure build |
144 %{l_prefix}/bin/perl-openpkg -d bindings/perl-piped configure build |