From: Nicolas Thill 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=89eac15946baf7ff95bbcfa9b37fd16d3ed628b4;ds=sidebyside prevent procps from looking for ncurses on the host system SVN-Revision: 6194 --- diff --git a/utils/procps/Makefile b/utils/procps/Makefile index a2d74e802f..1eb89bf35a 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