rcolebaugh / rpms / bash

Forked from rpms/bash a year ago
Clone

Blame SOURCES/bash-4.1-examples.patch

07a490
diff -up bash-4.1/examples/loadables/Makefile.in.examples bash-4.1/examples/loadables/Makefile.in
07a490
--- bash-4.1/examples/loadables/Makefile.in.examples	2010-06-22 16:20:02.000000000 +0200
07a490
+++ bash-4.1/examples/loadables/Makefile.in	2010-06-22 16:20:41.000000000 +0200
07a490
@@ -43,7 +43,7 @@ host_os = @host_os@
07a490
 host_cpu = @host_cpu@
07a490
 host_vendor = @host_vendor@
07a490
 
07a490
-CFLAGS = @CFLAGS@
07a490
+CFLAGS = -O2 -g
07a490
 LOCAL_CFLAGS = @LOCAL_CFLAGS@
07a490
 DEFS = @DEFS@
07a490
 LOCAL_DEFS = @LOCAL_DEFS@
07a490
diff -up bash-4.1/examples/loadables/perl/Makefile.in.examples bash-4.1/examples/loadables/perl/Makefile.in
07a490
--- bash-4.1/examples/loadables/perl/Makefile.in.examples	2010-06-22 16:20:46.000000000 +0200
07a490
+++ bash-4.1/examples/loadables/perl/Makefile.in	2010-06-22 16:21:04.000000000 +0200
07a490
@@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
07a490
 
07a490
 PERL5 = perl5
07a490
 
07a490
-CFLAGS = @CFLAGS@
07a490
+CFLAGS = -O2 -g
07a490
 
07a490
 #
07a490
 # These values are generated for configure by ${topdir}/support/shobj-conf.