summaryrefslogtreecommitdiff
path: root/package/uclibc++/patches/patch-bin_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2012-07-10 18:06:45 +0200
commit2b19147fc3652939ca14a0b9b5b8f3a35381ae74 (patch)
tree9197abde260006a713947a7df6cac49f5f30f01c /package/uclibc++/patches/patch-bin_Makefile
parentac5e1b10e4a45b31fdc84f77365f0c7812199754 (diff)
update uclibc++
Diffstat (limited to 'package/uclibc++/patches/patch-bin_Makefile')
-rw-r--r--package/uclibc++/patches/patch-bin_Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/uclibc++/patches/patch-bin_Makefile b/package/uclibc++/patches/patch-bin_Makefile
deleted file mode 100644
index 6be4e2b38..000000000
--- a/package/uclibc++/patches/patch-bin_Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- uClibc++-0.2.1.orig/bin/Makefile 2006-09-04 04:28:02.000000000 +0200
-+++ uClibc++-0.2.1/bin/Makefile 2009-04-29 19:45:06.704996078 +0200
-@@ -13,7 +13,7 @@ install:
- $(INSTALL) -m 755 $(WRAPPER) $(PREFIX)$(UCLIBCXX_RUNTIME_BINDIR)
-
- $(WRAPPER):
-- echo "#!/bin/bash" > $(WRAPPER)
-+ echo "#!/usr/bin/env bash" > $(WRAPPER)
- echo "" >> $(WRAPPER)
- echo 'WRAPPER_INCLUDEDIR="$${WRAPPER_INCLUDEDIR:=-I$(UCLIBCXX_RUNTIME_INCLUDEDIR)}"' >> $(WRAPPER)
- echo 'WRAPPER_LIBDIR="$${WRAPPER_LIBDIR:=-L$(UCLIBCXX_RUNTIME_LIBDIR)}"' >> $(WRAPPER)