updatedd: run aclocal, autoconf, automake to fix remaining build inconsistencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
193b58f1b9
commit
f6cd7ba205
@ -106,6 +106,11 @@ MAKE_FLAGS += \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
all install
|
||||
|
||||
define Build/Configure
|
||||
(cd $(PKG_BUILD_DIR); aclocal && autoconf && automake )
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define BuildPlugin
|
||||
define Package/$(1)/install
|
||||
$(INSTALL_DIR) $$(1)/usr/lib/updatedd
|
||||
|
Loading…
x
Reference in New Issue
Block a user