mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 18:34:41 +02:00
gforth: add missing libffi dependency
This commit is contained in:
parent
ebafec917a
commit
cee4a8d99b
@ -46,7 +46,7 @@ define Package/gforth
|
|||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=GForth
|
TITLE:=GForth
|
||||||
DEPENDS:= +libltdl
|
DEPENDS:= +libltdl +libffi
|
||||||
URL:=http://www.gnu.org/software/gforth/
|
URL:=http://www.gnu.org/software/gforth/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user