Patch to make gettext usable when uClibc is compiled without locale support.This...
[openwrt/svn-archive/archive.git] / libs / gettext / patches / 110-no_relink_install.patch
1 diff -urN gettext-0.16.1/gettext-tools/gnulib-lib/Makefile.in gettext-0.16.1.new/gettext-tools/gnulib-lib/Makefile.in
2 --- gettext-0.16.1/gettext-tools/gnulib-lib/Makefile.in 2006-11-27 18:34:53.000000000 +0100
3 +++ gettext-0.16.1.new/gettext-tools/gnulib-lib/Makefile.in 2008-09-21 18:18:52.000000000 +0200
4 @@ -648,7 +648,6 @@
5 if test -f $$p; then \
6 f=$(am__strip_dir) \
7 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
8 - $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
9 else :; fi; \
10 done
11
12 diff -urN gettext-0.16.1/gettext-tools/libgettextpo/Makefile.in gettext-0.16.1.new/gettext-tools/libgettextpo/Makefile.in
13 --- gettext-0.16.1/gettext-tools/libgettextpo/Makefile.in 2006-11-27 18:48:21.000000000 +0100
14 +++ gettext-0.16.1.new/gettext-tools/libgettextpo/Makefile.in 2008-09-21 18:19:27.000000000 +0200
15 @@ -660,7 +660,6 @@
16 if test -f $$p; then \
17 f=$(am__strip_dir) \
18 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
19 - $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
20 else :; fi; \
21 done
22
23 diff -urN gettext-0.16.1/gettext-tools/src/Makefile.in gettext-0.16.1.new/gettext-tools/src/Makefile.in
24 --- gettext-0.16.1/gettext-tools/src/Makefile.in 2006-11-27 18:34:56.000000000 +0100
25 +++ gettext-0.16.1.new/gettext-tools/src/Makefile.in 2008-09-21 18:19:10.000000000 +0200
26 @@ -1097,7 +1097,6 @@
27 if test -f $$p; then \
28 f=$(am__strip_dir) \
29 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
30 - $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
31 else :; fi; \
32 done
33
34 @@ -1129,7 +1128,6 @@
35 ; then \
36 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
37 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
38 - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
39 else :; fi; \
40 done
41