]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-macros-th.patch
- fix !dist_kernel with non-built tree
[packages/rpm.git] / rpm-macros-th.patch
1 diff -ur rpm-4.4.9.org/macros.in rpm-4.4.9/macros.in
2 --- rpm-4.4.9.org/macros.in     2008-07-24 08:52:35.205363000 +0200
3 +++ rpm-4.4.9/macros.in 2008-07-24 09:01:00.351355186 +0200
4 @@ -275,6 +275,9 @@
5  #
6  #%distribution
7  
8 +# PLD Linux Release
9 +%pld_release    th
10 +
11  #      Configurable distribution URL, same as DistURL: tag in a specfile.
12  #      The URL will be used to supply reliable information to tools like
13  #      rpmfind.
14 --- rpm/macros.in~      2008-07-29 15:33:40.289757059 +0200
15 +++ rpm/macros.in       2008-07-29 15:37:14.559735562 +0200
16 @@ -1635,7 +1635,8 @@
17  # -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
18  
19  %debugcflags   -O0 -g -Wall
20 -%optldflags    -Wl,--as-needed
21 +%optldflags    -Wl,--as-needed -Wl,-z,relro -Wl,-z,-combreloc
22 +%optcppflags   -D_FORTIFY_SOURCE=2
23  
24  # Warning: those macros are overwritten by macros.build,
25  #          left here for compatibility
This page took 0.030755 seconds and 3 git commands to generate.