rpms/autofs/devel autofs-5.0.0_beta3-dont-strip-debug.patch, NONE, 1.1 autofs.spec, 1.80, 1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 25 09:49:52 UTC 2006


Author: ikent

Update of /cvs/dist/rpms/autofs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19991

Modified Files:
	autofs.spec 
Added Files:
	autofs-5.0.0_beta3-dont-strip-debug.patch 
Log Message:
- add patch to prevent striping of debug info macro patch (Jeff Moyer).


autofs-5.0.0_beta3-dont-strip-debug.patch:
 CHANGELOG      |    1 +
 Makefile.rules |    6 ++++++
 2 files changed, 7 insertions(+)

--- NEW FILE autofs-5.0.0_beta3-dont-strip-debug.patch ---
diff --git a/CHANGELOG b/CHANGELOG
index a3b44f4..648719a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@
 - fix memory alloc error in nis lookup module.
 - add "_" to "." mapname translation to nis lookup module.
 - fix white space handling in replicated server selection code.
+- merge don't strip debug info macro patch (Jeff Moyer).
 
 23/5/2006 autofs-5.0.0_beta3
 ----------------------------
diff --git a/Makefile.rules b/Makefile.rules
index 528386a..5a652fa 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -26,10 +26,16 @@ CFLAGS    ?= -g -Wall -DDEBUG
 LDFLAGS   = -g
 STRIP     = :
 else
+ifdef DONTSCRIP
+CFLAGS    = -O2 -g
+LDFLAGS   = -g
+STRIP     = :
+else
 CFLAGS    ?= -O2 -Wall
 LDFLAGS   = -s
 STRIP     = strip --strip-debug
 endif
+endif
 
 CC        = gcc
 CXX       = g++


Index: autofs.spec
===================================================================
RCS file: /cvs/dist/rpms/autofs/devel/autofs.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- autofs.spec	25 May 2006 09:23:44 -0000	1.80
+++ autofs.spec	25 May 2006 09:49:50 -0000	1.81
@@ -122,6 +122,7 @@
 - add patch to add owner pid to mount list struct.
 - add patch to disable NFSv4 when probing hosts (at least foe now).
 - add patch to fix white space handling in replicated server selection code.
+- add patch to prevent striping of debug info macro patch (Jeff Moyer).
 
 * Tue May 16 2006 Ian Kent <ikent at redhat.com> - 1:4.1.4-23
 - add patch to ignore the "bg" and "fg" mount options as they




More information about the fedora-cvs-commits mailing list