From 709a5684c50b6f7d085330eae36b93679f79f622 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 10 May 2013 09:11:23 +0200 Subject: [PATCH] smalltalk: GNU Smalltalk requires libtool for the DLD feature --- recipes-smalltalk/smalltalk/smalltalk.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-smalltalk/smalltalk/smalltalk.inc b/recipes-smalltalk/smalltalk/smalltalk.inc index c33e85886d..124680e11b 100644 --- a/recipes-smalltalk/smalltalk/smalltalk.inc +++ b/recipes-smalltalk/smalltalk/smalltalk.inc @@ -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'"