bash/bash-4.1-examples.patch

25 lines
710 B
Diff
Raw Normal View History

diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in
--- a/examples/loadables/Makefile.in
+++ b/examples/loadables/Makefile.in
@@ -59,7 +59,7 @@ host_cpu = @host_cpu@
2010-06-22 15:10:46 +00:00
host_vendor = @host_vendor@
STYLE_CFLAGS = @STYLE_CFLAGS@
2010-06-22 15:10:46 +00:00
-CFLAGS = @CFLAGS@
++CFLAGS = -O2 -g
2010-06-22 15:10:46 +00:00
LOCAL_CFLAGS = @LOCAL_CFLAGS@
DEFS = @DEFS@
LOCAL_DEFS = @LOCAL_DEFS@
diff --git a/examples/loadables/perl/Makefile.in b/examples/loadables/perl/Makefile.in
--- a/examples/loadables/perl/Makefile.in
+++ b/examples/loadables/perl/Makefile.in
2010-06-22 15:10:46 +00:00
@@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
PERL5 = perl5
-CFLAGS = @CFLAGS@
+CFLAGS = -O2 -g
#
# These values are generated for configure by ${topdir}/support/shobj-conf.