smalltalk: Depend on the external libsigsegv

This commit is contained in:
Holger Hans Peter Freyther 2013-04-25 16:31:58 +02:00
parent 0978b0e878
commit 9c0bc73006
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 = "8"
INC_PR = "9"
DEPENDS = "smalltalk-native gnutls readline"
DEPENDS = "smalltalk-native gnutls readline libsigsegv"
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'"