bash-4.1-examples.patch 710 B

12345678910111213141516171819202122232425
  1. diff --git a/examples/loadables/Makefile.in b/examples/loadables/Makefile.in
  2. --- a/examples/loadables/Makefile.in
  3. +++ b/examples/loadables/Makefile.in
  4. @@ -59,7 +59,7 @@ host_cpu = @host_cpu@
  5. host_vendor = @host_vendor@
  6. STYLE_CFLAGS = @STYLE_CFLAGS@
  7. -CFLAGS = @CFLAGS@
  8. ++CFLAGS = -O2 -g
  9. LOCAL_CFLAGS = @LOCAL_CFLAGS@
  10. DEFS = @DEFS@
  11. LOCAL_DEFS = @LOCAL_DEFS@
  12. diff --git a/examples/loadables/perl/Makefile.in b/examples/loadables/perl/Makefile.in
  13. --- a/examples/loadables/perl/Makefile.in
  14. +++ b/examples/loadables/perl/Makefile.in
  15. @@ -42,7 +42,7 @@ SHELL = @MAKE_SHELL@
  16. PERL5 = perl5
  17. -CFLAGS = @CFLAGS@
  18. +CFLAGS = -O2 -g
  19. #
  20. # These values are generated for configure by ${topdir}/support/shobj-conf.