uclibc++: fix build on FreeBSD
We need to unset make to cross-compile with gmake under FreeBSD. Signed-off-by: Waldemar Brodkorb <mail@waldemar-brodkorb.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@36104 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5a98ccfe06
commit
e7235f3a32
8
libs/uclibc++/patches/001-do-not-set-make.patch
Normal file
8
libs/uclibc++/patches/001-do-not-set-make.patch
Normal file
@ -0,0 +1,8 @@
|
||||
diff -Nur uClibc++-0.2.4.orig/Makefile uClibc++-0.2.4/Makefile
|
||||
--- uClibc++-0.2.4.orig/Makefile 2012-05-25 23:15:31.000000000 +0200
|
||||
+++ uClibc++-0.2.4/Makefile 2013-03-11 11:50:03.000000000 +0100
|
||||
@@ -1,4 +1,3 @@
|
||||
-MAKE = make
|
||||
SUBDIRS = bin include src
|
||||
|
||||
# User defines:
|
Loading…
x
Reference in New Issue
Block a user