]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- relase 12: use -O0 instead -O in compilation flags if %%{debug} macro is rpm-4_0-12
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Jan 2001 20:44:35 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  enabled (-O is the same as -O1 and for debuging all binaries must be
  compiled with -O0).

Changed files:
    rpm.spec -> 1.161

rpm.spec

index 012f01d82cf59a1de4a0beb2b347da8667d4e7fe..1fb0a212227263153f97f0f64470e6566f35d19e 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -2,7 +2,7 @@ Summary:        Red Hat & PLD Package Manager
 Summary(pl):   Aplikacja do zarz±dzania pakietami
 Name:          rpm
 Version:       4.0
-Release:       11
+Release:       12
 Group:         Base
 Group(de):     Gründsätzlich
 Group(pl):     Podstawowe
@@ -212,14 +212,14 @@ mv -f perl.prov perl.prov.in)
  libtoolize --force --copy
  aclocal
  autoheader
- automake --add-missing --gnu
- autoconf)
+ autoconf
+ automake -a -c)
 autoheader
 %{__automake}
 
 autoheader
-automake --add-missing --gnu
 autoconf
+automake -a -c
 %configure \
        sed 's|@host_cpu@|%{_target_cpu}|' > macros.tmp
        --enable-v1-packages
This page took 0.163654 seconds and 4 git commands to generate.