diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-16 18:56:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-16 18:56:04 +0000 |
commit | 30d22eb1316703a8c5e0a7da49b56f7dc266e617 (patch) | |
tree | c340f982b8e6220ee8e7c64c7118d65806c30ca0 /nonworking/centericq | |
parent | f1d4f6a25242b4d212078c7b745eefc6f16e1a31 (diff) |
Add flex and gpm staging bits -- working to get links building.
BKrev: 3f8ee9c4LNE8LA97re6C4GXW9XF23g
Diffstat (limited to 'nonworking/centericq')
-rw-r--r-- | nonworking/centericq/centericq_4.9.7.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nonworking/centericq/centericq_4.9.7.oe b/nonworking/centericq/centericq_4.9.7.oe index e69de29bb2..02f1d4e36a 100644 --- a/nonworking/centericq/centericq_4.9.7.oe +++ b/nonworking/centericq/centericq_4.9.7.oe @@ -0,0 +1,9 @@ +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' |