From b33cfe322b663e431852a40e12d1b33f7470a281 Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 25 Jan 2007 08:58:56 +0000 Subject: [PATCH] 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 --- utils/procps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0