Blame SOURCES/bash-4.1-examples.patch

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