mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
guile2: fix depends
This commit is contained in:
@@ -13,6 +13,10 @@
|
|||||||
# modified 20/02/2012
|
# modified 20/02/2012
|
||||||
# author: jnbagale@gmail.com
|
# author: jnbagale@gmail.com
|
||||||
|
|
||||||
|
# modified 23/10/2012
|
||||||
|
# fix depends
|
||||||
|
|
||||||
|
|
||||||
# Install libffi-dev on the host computer
|
# Install libffi-dev on the host computer
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
@@ -39,11 +43,11 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/guile2
|
define Package/guile2
|
||||||
MAINTAINER:="Xiangfu Liu" <xiangfu@sharism.cc>
|
MAINTAINER:="Xiangfu Liu" <xiangfu@openmobilefree.net>
|
||||||
TITLE:=guile2
|
TITLE:=guile2
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
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/
|
URL:=http://savannah.gnu.org/projects/guile/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user