]> git.pld-linux.org Git - packages/dd_rescue.git/commitdiff
don't break CFLAGS auto/th/dd_rescue-1.99.6-1
authorTomasz Pala <gotar@pld-linux.org>
Sat, 14 Oct 2017 13:29:55 +0000 (15:29 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Sat, 14 Oct 2017 13:29:55 +0000 (15:29 +0200)
dd_rescue.spec

index b9dd9ba746c8ac26d04c9fc5e7d98f93a300d438..97782544f28f0cd81b0bbea5cbb60c8502bb1fa7 100644 (file)
@@ -34,8 +34,8 @@ tego nie robi.
 %configure
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} %{rpmldflags} -DHAVE_CONFIG_H" \
-       CFLAGS_OPT='$(CFLAGS)' \
+       RPM_OPT_FLAGS="%{rpmcflags}" \
+       EXTRA_LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.092408 seconds and 4 git commands to generate.