mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 00:44:03 +02:00
Rely on standard autoreconf facility, remove manual autoreconf all, define prereq on host guile
This commit is contained in:
parent
61c62b6609
commit
b14002b729
@ -60,10 +60,6 @@ define Build/InstallDev
|
||||
$(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
(cd $(PKG_BUILD_DIR); autoreconf --force --install || exit 0);
|
||||
endef
|
||||
|
||||
define Package/guile/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
@ -81,4 +77,5 @@ define Package/guile/install
|
||||
|
||||
endef
|
||||
|
||||
$(eval $(call RequireCommand,guile,$(PKG_NAME) requires guile on the host system.))
|
||||
$(eval $(call BuildPackage,guile))
|
||||
|
Loading…
Reference in New Issue
Block a user