prevent procps from looking for ncurses on the host system
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jan 2007 08:58:56 +0000 (08:58 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Jan 2007 08:58:56 +0000 (08:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6194 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/procps/Makefile

index a2d74e8..1eb89bf 100644 (file)
@@ -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