diff options
Diffstat (limited to 'shells/bash/files/patch-Makefile.in')
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in new file mode 100644 index 000000000000..4aba4ab176c0 --- /dev/null +++ b/shells/bash/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2010-05-10 21:44:45.000000000 +0200 ++++ ./Makefile.in 2010-05-10 21:44:59.000000000 +0200 +@@ -349,7 +349,7 @@ + LIBINTL_H = @LIBINTL_H@ + + # libiconv +-LIBICONV = @LIBICONV@ ++LIBICONV = -liconv + + # tests + LIBINTL = @LIBINTL@ |