summaryrefslogtreecommitdiff
path: root/packages/centericq
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-10-14 15:45:49 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-14 15:45:49 +0000
commit3bc9495b3e053a89f39289de8fb843f330f8b74f (patch)
tree94937376c12e9db70aec6b24a47907109e7baa8b /packages/centericq
parent0ce6de1785ef0725f4b177c4265363da1d8b028e (diff)
libmutil: dropped empty dir
Diffstat (limited to 'packages/centericq')
-rw-r--r--packages/centericq/centericq.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/centericq/centericq.inc b/packages/centericq/centericq.inc
index 2773ac61fd..8884522ba4 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 = "openssl ncurses"
+DEPENDS = "gnutls ncurses"
inherit autotools
@@ -11,4 +11,6 @@ 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 --with-openssl=${STAGING_LIBDIR}/.."
+EXTRA_OECONF = "--with-ssl --disable-msn --without-curl"
+
+PARALLEL_MAKE = ""