diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-09-05 16:16:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-09-05 16:16:59 +0000 |
commit | 607146b4f2e4e32431f42ec30a186853a4f3bfa5 (patch) | |
tree | fea483ba035a39a5f2f131b67da3dee55e5b6531 /tools/mpc | |
parent | 3c3c72e1b288fd2d940b3d7b34c9ad5c95e11527 (diff) | |
download | upstream-607146b4f2e4e32431f42ec30a186853a4f3bfa5.tar.gz upstream-607146b4f2e4e32431f42ec30a186853a4f3bfa5.tar.bz2 upstream-607146b4f2e4e32431f42ec30a186853a4f3bfa5.zip |
fix build error in tools on darwin on newer macs (patch by dirtyfreebooter)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mpc')
-rw-r--r-- | tools/mpc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/mpc/Makefile b/tools/mpc/Makefile index 3898830c0b..8f8f07f1cc 100644 --- a/tools/mpc/Makefile +++ b/tools/mpc/Makefile @@ -17,11 +17,6 @@ include $(INCLUDE_DIR)/host-build.mk unexport CFLAGS -ifeq ($(HOST_OS),Darwin) - GNU_HOST_NAME:= - HOST_CONFIGURE_ARGS:=$(filter-out --target= --build= --host=,$(HOST_CONFIGURE_ARGS)) -endif - HOST_CONFIGURE_ARGS += \ --enable-static \ --disable-shared \ |