smalltalk: GNU Smalltalk requires libtool for the DLD feature

This commit is contained in:
Holger Hans Peter Freyther 2013-05-10 09:11:23 +02:00
parent f2d9e2e9b0
commit 709a5684c5
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ DESCRIPTION = "GNU Smalltalk."
HOMEPAGE = "http://smalltalk.gnu.org/"
LICENSE = "GPLv2+"
INC_PR = "9"
INC_PR = "10"
DEPENDS = "smalltalk-native gnutls readline libsigsegv"
DEPENDS = "smalltalk-native gnutls readline libsigsegv libtool"
DEPENDS_virtclass-native = "gnutls-native"
EXTRA_OECONF = "--disable-static --disable-gtk --without-x --without-opengl --with-tcl=/bin/false --with-tk=/bin/false --without-emacs gst_cv_libc_dlopen_works=hacked gst_cv_readline_libs='-lreadline'"