]> git.pld-linux.org Git - packages/bin2iso.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:15 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bin2iso.spec -> 1.5

bin2iso.spec

index b2348dfea7f0c67ab8006c4e16bd51b52350b4f1..2db5b515a189820bedbc8b6b5119bf218ae47f08 100644 (file)
@@ -21,7 +21,7 @@ Konwertuje pliki obraz
 %setup -q -c -T
 
 %build
-gcc %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} %{SOURCE0} -o %{name}
+gcc %{rpmcflags} %{SOURCE0} -o %{name}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.081862 seconds and 4 git commands to generate.