packages (rpm-4_5): rpm/rpm-macros-ac.patch - keep dwarf-2 on ac

glen glen at pld-linux.org
Mon Aug 23 12:28:01 CEST 2010


Author: glen                         Date: Mon Aug 23 10:28:01 2010 GMT
Module: packages                      Tag: rpm-4_5
---- Log message:
- keep dwarf-2 on ac

---- Files affected:
packages/rpm:
   rpm-macros-ac.patch (1.1.2.15.2.1 -> 1.1.2.15.2.2) 

---- Diffs:

================================================================
Index: packages/rpm/rpm-macros-ac.patch
diff -u packages/rpm/rpm-macros-ac.patch:1.1.2.15.2.1 packages/rpm/rpm-macros-ac.patch:1.1.2.15.2.2
--- packages/rpm/rpm-macros-ac.patch:1.1.2.15.2.1	Wed Sep  3 16:15:44 2008
+++ packages/rpm/rpm-macros-ac.patch	Mon Aug 23 12:27:56 2010
@@ -1,6 +1,6 @@
---- rpm-4.4.9/macros.in	2008-08-12 23:07:34.371259643 +0300
-+++ rpm-4.5/macros.in	2008-09-03 16:47:30.861766714 +0300
-@@ -192,7 +192,7 @@
+--- rpm-4.5/macros.in	2008-09-03 16:47:30.861766714 +0300
++++ rpm-4.5/macros.in	2010-08-23 13:22:02.633790949 +0300
+@@ -198,7 +198,7 @@
  Summary: Debug information for package %{name}\
  Summary(pl.UTF-8): Informacje dla debuggera dla pakietu %{name}\
  Group: Development/Debug\
@@ -9,7 +9,8 @@
  AutoReqProv: 0\
  %description debuginfo\
  This package provides debug information for package %{name}.\
-@@ -242,6 +242,6 @@
+@@ -243,8 +243,8 @@
+ %_srcrpmdir		%{_topdir}/SRPMS
  
  #	Directory where temporary files can be created.
 -%_tmppath		%(echo "${TMPDIR:-/tmp}")
@@ -18,7 +19,8 @@
 +%tmpdir			%{expand:%%global tmpdir %(echo "${TMPDIR:-/tmp}")}%tmpdir
  
  #	Path to top of build area.
-@@ -271,6 +271,9 @@
+ %_topdir		%(echo $HOME)/rpm
+@@ -277,6 +277,9 @@
  #
  #%distribution
  
@@ -28,7 +30,7 @@
  #	Configurable distribution URL, same as DistURL: tag in a specfile.
  #	The URL will be used to supply reliable information to tools like
  #	rpmfind.
-@@ -1156,6 +1159,7 @@
+@@ -1178,6 +1181,7 @@
  %_infodir		%{_prefix}/share/info
  %_mandir		%{_prefix}/share/man
  %_localedir		%{_datadir}/locale
@@ -36,7 +38,12 @@
  
  #==============================================================================
  # ---- config.guess platform macros.
-@@ -1468,6 +1472,9 @@
+@@ -1478,10 +1482,13 @@
+ #-----------------------------------------------------------------
+ # CFLAGS and LDFLAGS used to build
+ 
+-%debuginfocflags	%{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-3 -g2}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
++%debuginfocflags	%{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1: -gdwarf-2 -g2}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
  # -feliminate-dwarf2-dups disabled until PR ld/3290 is fixed.
  
  %debugcflags	-O0 -g -Wall
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rpm/rpm-macros-ac.patch?r1=1.1.2.15.2.1&r2=1.1.2.15.2.2&f=u



More information about the pld-cvs-commit mailing list