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 /nonworking/centericq | |
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
Diffstat (limited to 'nonworking/centericq')
-rw-r--r-- | nonworking/centericq/centericq_4.9.7.oe | 9 |
1 files changed, 0 insertions, 9 deletions
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' |