Blame SOURCES/bash-4.1-examples.patch

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