mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
fix amwall compile (conflict with V=)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2374 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28672b6634
commit
a9fb45fda8
@ -18,11 +18,15 @@ include $(TOPDIR)/package/rules.mk
|
||||
|
||||
$(eval $(call PKG_template,AMWALL,amwall,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
V= \
|
||||
LDIR=$(PKG_BUILD_DIR) \
|
||||
AMSEL_INCLUDE="$(STAGING_DIR)/usr/include" \
|
||||
OPT_LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||
|
Loading…
Reference in New Issue
Block a user