diff options
Diffstat (limited to 'packages/centericq')
-rw-r--r-- | packages/centericq/centericq.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/packages/centericq/centericq.inc b/packages/centericq/centericq.inc index 8884522ba4..2773ac61fd 100644 --- a/packages/centericq/centericq.inc +++ b/packages/centericq/centericq.inc @@ -3,7 +3,7 @@ AIM, IRC, Jabber and LiveJournal" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "gnutls ncurses" +DEPENDS = "openssl ncurses" inherit autotools @@ -11,6 +11,4 @@ SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \ file://configure.patch;patch=1 \ file://m4.patch;patch=1" -EXTRA_OECONF = "--with-ssl --disable-msn --without-curl" - -PARALLEL_MAKE = "" +EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.." |