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
This commit is contained in:
nico 2007-01-25 08:58:56 +00:00
parent 98175d5f20
commit b33cfe322b

View 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