bash-4.1-examples.patch 931 B

123456789101112131415161718192021222324
  1. diff -up bash-4.1/examples/loadables/Makefile.in.examples bash-4.1/examples/loadables/Makefile.in
  2. --- bash-4.1/examples/loadables/Makefile.in.examples 2010-06-22 16:20:02.000000000 +0200
  3. +++ bash-4.1/examples/loadables/Makefile.in 2010-06-22 16:20:41.000000000 +0200
  4. @@ -43,7 +43,7 @@ host_os = @host_os@
  5. host_cpu = @host_cpu@
  6. host_vendor = @host_vendor@
  7. -CFLAGS = @CFLAGS@
  8. +CFLAGS = -O2 -g
  9. LOCAL_CFLAGS = @LOCAL_CFLAGS@
  10. DEFS = @DEFS@
  11. LOCAL_DEFS = @LOCAL_DEFS@
  12. diff -up bash-4.1/examples/loadables/perl/Makefile.in.examples bash-4.1/examples/loadables/perl/Makefile.in
  13. --- bash-4.1/examples/loadables/perl/Makefile.in.examples 2010-06-22 16:20:46.000000000 +0200
  14. +++ bash-4.1/examples/loadables/perl/Makefile.in 2010-06-22 16:21:04.000000000 +0200
  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.