]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-rpmrc.patch
release 9; one more place to avoid stripping
[packages/rpm.git] / rpm-rpmrc.patch
index 0bb2295022471c83ed336af4ad31586ef6f3e0d7..6546655380bf9b959869e94337cff234e6882147 100644 (file)
@@ -1,28 +1,19 @@
---- rpmrc.in~  Sat Jul  3 16:52:06 1999
-+++ rpmrc.in   Sat Jul 10 00:08:09 1999
-@@ -4,10 +4,15 @@
- # Please send new entries to rpm-list@redhat.com
-+# Please send new entries to pld-list@pld.org.pl
-+
- #############################################################
+diff -Nru rpm-4.0/rpmrc.in rpm-4.0.new/rpmrc.in
+--- rpm-4.0/rpmrc.in   Wed Sep 13 20:03:46 2000
++++ rpm-4.0.new/rpmrc.in       Wed Nov 15 19:11:00 2000
+@@ -9,7 +9,7 @@
  # Values for RPM_OPT_FLAGS for various platforms
  
--optflags: i386 -O2 -m486 -fno-strength-reduce
-+optflags: i386 -O2 -march=i386
-+optflags: i486 -O2 -march=i386
-+optflags: i586 -O2 -march=pentium
-+optflags: i686 -O2 -march=pentiumpro
- optflags: alpha -O2
- optflags: sparc -O2
- optflags: sparc64 -O2
-@@ -253,7 +258,7 @@
- #############################################################
- #macrofiles:  @RPMCONFIGDIR@/macros:@SYSCONFIGDIR@/macros:~/.rpmmacros
--macrofiles:   @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
-+macrofiles:   @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@RPMCONFIGDIR@/macros.pld:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
+ # XXX this is the i386 optflags that rpm has traditionally used in the past.
+-#optflags: i386 -O2 -m486 -fno-strength-reduce
++#optflags: i386 -O2 -march=i386
+ optflags: i386 -O2 -march=i386 -mcpu=i686
+ optflags: i486 -O2 -march=i486
+ optflags: i586 -O2 -march=i586
+@@ -291,5 +291,5 @@
+ buildarch_compat: ia64: noarch
+ buildarch_compat: s390: noarch
  
- #include: @RPMCONFIGDIR@/%{_target}/rpmrc
+-macrofiles:   @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
++macrofiles:   @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/macros.pld:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
  
This page took 1.155839 seconds and 4 git commands to generate.