]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
handle with opt
authorElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 18:57:10 +0000 (20:57 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 23 Nov 2013 18:57:10 +0000 (20:57 +0200)
ocaml.spec

index b02b359ca9829997f8cd5ce10b8930b5b65b7150..46d6bb63ecc574ce31e87e834b292d8914caeed3 100644 (file)
@@ -52,7 +52,8 @@ tej biblioteki.
 %setup -q -n template-%{version}
 
 %build
-%{__make} CC="%{__cc} %{rpmcflags} -fPIC" all opt
+%{__make} all %{?with_opt:opt} \
+       CC="%{__cc} %{rpmcflags} -fPIC"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076332 seconds and 4 git commands to generate.