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:
parent
98175d5f20
commit
b33cfe322b
@ -42,7 +42,8 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(EXTRA_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
CPPFLAGS="$(EXTRA_CFLAGS)" \
|
||||||
LDFLAGS="$(EXTRA_LDFLAGS)" \
|
LDFLAGS="$(EXTRA_LDFLAGS)" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user