mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-24 04:12:51 +02:00
guile2: fix depends
This commit is contained in:
parent
2e44a4349d
commit
45cd9dd671
@ -13,6 +13,10 @@
|
||||
# modified 20/02/2012
|
||||
# author: jnbagale@gmail.com
|
||||
|
||||
# modified 23/10/2012
|
||||
# fix depends
|
||||
|
||||
|
||||
# Install libffi-dev on the host computer
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
@ -39,11 +43,11 @@ include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/guile2
|
||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
||||
MAINTAINER:="Xiangfu Liu" <xiangfu@openmobilefree.net>
|
||||
TITLE:=guile2
|
||||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
DEPENDS:=+libgmp +libpthread +libltdl +libncurses +libreadline +libffi +libunistring +gc
|
||||
DEPENDS:=+libgmp +libpthread +libltdl +libncurses +libreadline +libffi +libunistring +gc +librt
|
||||
URL:=http://savannah.gnu.org/projects/guile/
|
||||
endef
|
||||
|
||||
@ -114,4 +118,4 @@ define Package/guile2/install
|
||||
endef
|
||||
|
||||
$(eval $(call HostBuild))
|
||||
$(eval $(call BuildPackage,guile2))
|
||||
$(eval $(call BuildPackage,guile2))
|
||||
|
Loading…
Reference in New Issue
Block a user