]> git.pld-linux.org Git - packages/defrag.git/commitdiff
- %%__cc
authorwolf <wolf@pld-linux.org>
Sat, 2 Nov 2002 22:29:06 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- info about conditional build

Changed files:
    defrag.spec -> 1.17

defrag.spec

index 6b8c3da7e8539b70c67f75dc5aa1a6896571ea2f..311ebbb0f828e840ddf656fb6dedbb8caf0bf7df 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+# _without_static
+#
 Summary:       Linux filesystem defragmenter
 Summary(pl):   Narzêdzia do defragmentacji linuksowych systemów plików
 Name:          defrag
@@ -30,8 +34,8 @@ minix, ext, ext2 i xia tak, by zwi
 %patch3 -p1
 
 %build
-%{?!_without_static:%{__make} OPTI="%{rpmcflags}" LDFLAGS="%{rpmldflags}"}
-%{?_without_static:%{__make} OPTI="%{rpmcflags}" LDFLAGS="%{rpmldflags}" e2defrag defrag e2dump frag}
+%{?!_without_static:%{__make} OPTI="%{rpmcflags}" LDFLAGS="%{rpmldflags}" CC="%{__cc}"}
+%{?_without_static:%{__make} OPTI="%{rpmcflags}" LDFLAGS="%{rpmldflags}" CC="%{__cc}" e2defrag defrag e2dump frag}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085698 seconds and 4 git commands to generate.