fix ncurses rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5935 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
50b1550b64
commit
7df340fae6
@ -36,6 +36,7 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
rm -rf $(PKG_INSTALL_DIR)
|
rm -rf $(PKG_INSTALL_DIR)
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
|
-$(MAKE) -C $(PKG_BUILD_DIR) distclean
|
||||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||||
CONFIG_SITE="" \
|
CONFIG_SITE="" \
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user