1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-16 17:53:15 +03:00

gforth: add missing libffi dependency

This commit is contained in:
David Kühling 2011-02-15 22:29:55 +01:00
parent ebafec917a
commit cee4a8d99b

View File

@ -46,7 +46,7 @@ define Package/gforth
SECTION:=lang
CATEGORY:=Languages
TITLE:=GForth
DEPENDS:= +libltdl
DEPENDS:= +libltdl +libffi
URL:=http://www.gnu.org/software/gforth/
endef