diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-05 20:27:58 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-05 20:27:58 +0000 |
commit | dca90efc232e989f7715326a3fc4b7bde575045a (patch) | |
tree | e0ccbd970c38101dffd1ce68f8b5f6b7be380bb6 /package/uboot-envtools/patches/002-makefile.patch | |
parent | 137c26b7cb7a37012feb1c39ff11e09527d82ddd (diff) | |
download | upstream-dca90efc232e989f7715326a3fc4b7bde575045a.tar.gz upstream-dca90efc232e989f7715326a3fc4b7bde575045a.tar.bz2 upstream-dca90efc232e989f7715326a3fc4b7bde575045a.zip |
this patch fixes uboot-envtools so that it is no longer broken.
-Raphael
SVN-Revision: 19999
Diffstat (limited to 'package/uboot-envtools/patches/002-makefile.patch')
-rw-r--r-- | package/uboot-envtools/patches/002-makefile.patch | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/package/uboot-envtools/patches/002-makefile.patch b/package/uboot-envtools/patches/002-makefile.patch index 6086611e16..9dd8d82a6b 100644 --- a/package/uboot-envtools/patches/002-makefile.patch +++ b/package/uboot-envtools/patches/002-makefile.patch @@ -1,7 +1,5 @@ -Index: uboot-envtools-20080520/Makefile -=================================================================== ---- uboot-envtools-20080520.orig/Makefile 2008-08-03 15:50:27.000000000 +0200 -+++ uboot-envtools-20080520/Makefile 2008-08-03 15:51:59.000000000 +0200 +--- a/Makefile ++++ b/Makefile @@ -21,12 +21,10 @@ # MA 02111-1307 USA # @@ -12,11 +10,16 @@ Index: uboot-envtools-20080520/Makefile HEADERS := fw_env.h -CPPFLAGS := -Wall -DUSE_HOSTCC -I$(SRCTREE)/include -+CPPFLAGS := -Wall -DUSE_HOSTCC -I/usr/include ++CPPFLAGS := -Wall $(CFLAGS) ifeq ($(MTD_VERSION),old) CPPFLAGS += -DMTD_OLD -@@ -39,14 +37,3 @@ +@@ -35,18 +33,7 @@ endif + all: $(obj)fw_printenv + + $(obj)fw_printenv: $(SRCS) $(HEADERS) +- $(CROSS_COMPILE)gcc $(CPPFLAGS) $(SRCS) -o $(obj)fw_printenv ++ $(CC) $(CPPFLAGS) $(SRCS) -o $(obj)fw_printenv clean: rm -f $(obj)fw_printenv $(obj)crc32.c |