diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-21 21:13:03 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-21 21:13:03 +0000 |
commit | 8b88a756b256919faa6224211b3f652ac28941d8 (patch) | |
tree | cd1ecfe1aa23d3e6f6b433dc84910d8cace39d47 | |
parent | 8c918f3b33cbca4f61afcfa94dace6af52d1241d (diff) |
Add a patch to update the configure bits for centericq to current autotools, thereby fixing the build; moved out of nonworking.
BKrev: 3f95a15fPENNCp2KRQ4GDw6HWjYxcQ
-rw-r--r-- | centericq/centericq-4.9.7/configure.patch | 0 | ||||
-rw-r--r-- | centericq/centericq_4.9.7.oe | 0 | ||||
-rw-r--r-- | nonworking/centericq/centericq_4.9.7.oe | 9 |
3 files changed, 0 insertions, 9 deletions
diff --git a/centericq/centericq-4.9.7/configure.patch b/centericq/centericq-4.9.7/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/centericq/centericq-4.9.7/configure.patch diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/centericq/centericq_4.9.7.oe diff --git a/nonworking/centericq/centericq_4.9.7.oe b/nonworking/centericq/centericq_4.9.7.oe deleted file mode 100644 index 02f1d4e36a..0000000000 --- a/nonworking/centericq/centericq_4.9.7.oe +++ /dev/null @@ -1,9 +0,0 @@ -DEPENDS = virtual/libc openssl -RDEPENDS = libc6 libssl0 - -SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 -S = ${WORKDIR}/${P} - -inherit autotools - -EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target' |