svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/bash-4.1-examples.patch

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