]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-rpmrc.patch
- updated for 3.0.2
[packages/rpm.git] / rpm-rpmrc.patch
1 --- rpmrc.in~   Sat Jul  3 16:52:06 1999
2 +++ rpmrc.in    Sat Jul 10 00:08:09 1999
3 @@ -4,10 +4,15 @@
4  
5  # Please send new entries to rpm-list@redhat.com
6  
7 +# Please send new entries to pld-list@pld.org.pl
8 +
9  #############################################################
10  # Values for RPM_OPT_FLAGS for various platforms
11  
12 -optflags: i386 -O2 -m486 -fno-strength-reduce
13 +optflags: i386 -O2
14 +optflags: i486 -O2
15 +optflags: i586 -O2 -mpentium
16 +optflags: i686 -O2 -mpentiumpro
17  optflags: alpha -O2
18  optflags: sparc -O2
19  optflags: sparc64 -O2
20 @@ -253,7 +258,7 @@
21  #############################################################
22  #macrofiles:   @RPMCONFIGDIR@/macros:@SYSCONFIGDIR@/macros:~/.rpmmacros
23  
24 -macrofiles:    @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
25 +macrofiles:    @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@RPMCONFIGDIR@/macros.pld:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
26  
27  #include: @RPMCONFIGDIR@/%{_target}/rpmrc
28  
This page took 0.035078 seconds and 4 git commands to generate.