Merge pull request #878 from jow-/lxc-autoconf-fix
lxc: use generic autoreconf fixup
This commit is contained in:
commit
efc8978b91
1 changed files with 2 additions and 5 deletions
|
@ -20,7 +20,9 @@ PKG_MD5SUM:=ab1cbabf859abc15165050c854979c5c
|
|||
|
||||
PKG_BUILD_DEPENDS:=lua
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
@ -118,11 +120,6 @@ MAKE_FLAGS += \
|
|||
LUA_INSTALL_CMOD="/usr/lib/lua" \
|
||||
LUA_INSTALL_LMOD="/usr/lib/lua"
|
||||
|
||||
define Build/Configure
|
||||
( cd $(PKG_BUILD_DIR); ./autogen.sh );
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/lxc/
|
||||
|
|
Loading…
Reference in a new issue