summaryrefslogtreecommitdiff
path: root/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-16 08:43:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-16 08:43:51 +0100
commit043601ef5ccc17b3aac714be38889c07b6b5b6f3 (patch)
tree3581a07a1a001b919b7515e5baf2d78d0151a6e5 /toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch
parent6b521744a3b178dc910a46191aed8cf75de1cee7 (diff)
parent69d9bac9dad423e4cabf7bfa97a7765e4c442104 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch')
-rw-r--r--toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch b/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch
deleted file mode 100644
index a3d71131a..000000000
--- a/toolchain/uClibc/patches/0.9.32.1/gnutar-problem.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Nur uClibc-0.9.32-rc3.orig/Makefile.in uClibc-0.9.32-rc3/Makefile.in
---- uClibc-0.9.32-rc3.orig/Makefile.in 2011-03-16 20:11:13.000000000 +0100
-+++ uClibc-0.9.32-rc3/Makefile.in 2011-05-20 11:16:00.000000000 +0200
-@@ -385,13 +385,13 @@
- ifeq ($(HAVE_SHARED),y)
- $(INSTALL) -m 755 $(top_builddir)lib/lib*-$(VERSION).so \
- $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)
-- (cd $(top_builddir)lib && $(TAR) -cf - *.so.*) | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)
- @if [ -x $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so ] ; then \
- set -e; \
- $(SHELL_SET_X); \
- $(INSTALL) -m 755 $(top_builddir)lib/$(UCLIBC_LDSO_NAME)-$(VERSION).so \
- $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR); \
- fi
-+ (cd $(top_builddir)lib && $(TAR) -cf - *.so.*) | $(TAR) -xf - -C $(PREFIX)$(RUNTIME_PREFIX)$(MULTILIB_DIR)
- endif
-
- utils: | pregen