diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-31 17:51:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-10-31 17:51:11 +0100 |
commit | 5dd0e62fa8d9366998288e7f384e48dad02949e1 (patch) | |
tree | 15be68c3f01f7d93037c425c35b14a7edc155a5f /package/bash/patches | |
parent | 1d18ffa427852084c6bf378eaa76c2e9116cdea7 (diff) | |
parent | 1dcee6fbc23e59cd5a2111e74ae4915d56576174 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bash/patches')
-rw-r--r-- | package/bash/patches/patch-builtins_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/bash/patches/patch-builtins_Makefile_in b/package/bash/patches/patch-builtins_Makefile_in new file mode 100644 index 000000000..69c175663 --- /dev/null +++ b/package/bash/patches/patch-builtins_Makefile_in @@ -0,0 +1,11 @@ +--- bash-4.0.orig/builtins/Makefile.in 2009-01-04 20:32:22.000000000 +0100 ++++ bash-4.0/builtins/Makefile.in 2009-10-21 13:17:04.681674304 +0200 +@@ -56,7 +56,7 @@ LIBBUILD = ${BUILD_DIR}/lib + + PROFILE_FLAGS = @PROFILE_FLAGS@ + CFLAGS = @CFLAGS@ +-CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ @CROSS_COMPILE@ ++CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ + CPPFLAGS = @CPPFLAGS@ + CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ + LOCAL_CFLAGS = @LOCAL_CFLAGS@ ${DEBUG} |