From: Florian Fainelli Date: Fri, 22 Mar 2013 10:04:09 +0000 (+0000) Subject: uclibc++: fix build on FreeBSD X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3c9a0f6d9aa8e7d4893408cd0ac83fbc9455ef63;p=openwrt%2Fsvn-archive%2Farchive.git uclibc++: fix build on FreeBSD We need to unset make to cross-compile with gmake under FreeBSD. Signed-off-by: Waldemar Brodkorb Signed-off-by: Florian Fainelli SVN-Revision: 36104 --- diff --git a/libs/uclibc++/patches/001-do-not-set-make.patch b/libs/uclibc++/patches/001-do-not-set-make.patch new file mode 100644 index 0000000000..d5ce6238ac --- /dev/null +++ b/libs/uclibc++/patches/001-do-not-set-make.patch @@ -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: