mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
prevent autoheader invocation, clean autotools patch.
SVN-Revision: 3978
This commit is contained in:
parent
d374d691d6
commit
350e85c529
@ -31,6 +31,12 @@ define Package/br2684ctl
|
|||||||
DESCRIPTION:=ATM RFC2684 bridging utility
|
DESCRIPTION:=ATM RFC2684 bridging utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/Configure
|
||||||
|
$(call Build/Configure/Default,)
|
||||||
|
# prevent autoheader invocation
|
||||||
|
touch $(PKG_BUILD_DIR)/stamp-h.in
|
||||||
|
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)
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user