Blame SOURCES/bash-4.1-examples.patch

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