From: nico Date: Thu, 25 Jan 2007 08:58:56 +0000 (+0000) Subject: prevent procps from looking for ncurses on the host system X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b33cfe322b663e431852a40e12d1b33f7470a281;p=packages.git prevent procps from looking for ncurses on the host system git-svn-id: svn://svn.openwrt.org/openwrt/packages@6194 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/procps/Makefile b/utils/procps/Makefile index a2d74e802..1eb89bf35 100644 --- a/utils/procps/Makefile +++ b/utils/procps/Makefile @@ -42,7 +42,8 @@ endef define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \ + CFLAGS="$(TARGET_CFLAGS)" \ + CPPFLAGS="$(EXTRA_CFLAGS)" \ LDFLAGS="$(EXTRA_LDFLAGS)" \ ) endef