X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=tools%2Fpkg-config%2Fpatches%2F001-fix-package-rebuild.patch;fp=tools%2Fpkg-config%2Fpatches%2F001-fix-package-rebuild.patch;h=0000000000000000000000000000000000000000;hp=54f549c076be44ac833e914b3a6ed02b372312b4;hb=4f3b82faa1f4f71b07a1480f4f0f5e677c79f872;hpb=ed7b58ee7eea99bf21be714611a3f83595ed5055 diff --git a/tools/pkg-config/patches/001-fix-package-rebuild.patch b/tools/pkg-config/patches/001-fix-package-rebuild.patch deleted file mode 100644 index 54f549c076..0000000000 --- a/tools/pkg-config/patches/001-fix-package-rebuild.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/Makefile.am -+++ b/Makefile.am -@@ -39,7 +39,7 @@ - if HOST_TOOL - host_tool = $(host)-pkg-config$(EXEEXT) - install-exec-hook: -- cd $(DESTDIR)$(bindir) && $(LN) pkg-config$(EXEEXT) $(host_tool) -+ cd $(DESTDIR)$(bindir) && $(LN) -f pkg-config$(EXEEXT) $(host_tool) - uninstall-hook: - cd $(DESTDIR)$(bindir) && rm -f $(host_tool) - endif ---- a/Makefile.in -+++ b/Makefile.in -@@ -1093,7 +1093,7 @@ - uninstall-man1 - - @HOST_TOOL_TRUE@install-exec-hook: --@HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && $(LN) pkg-config$(EXEEXT) $(host_tool) -+@HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && $(LN) -f pkg-config$(EXEEXT) $(host_tool) - @HOST_TOOL_TRUE@uninstall-hook: - @HOST_TOOL_TRUE@ cd $(DESTDIR)$(bindir) && rm -f $(host_tool) -