diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /centericq | |
parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) |
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'centericq')
-rw-r--r-- | centericq/centericq-4.9.7/m4.patch | 0 | ||||
-rw-r--r-- | centericq/centericq_4.9.7.oe | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/centericq/centericq-4.9.7/m4.patch b/centericq/centericq-4.9.7/m4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/centericq/centericq-4.9.7/m4.patch diff --git a/centericq/centericq_4.9.7.oe b/centericq/centericq_4.9.7.oe index e69de29bb2..03917c8fde 100644 --- a/centericq/centericq_4.9.7.oe +++ b/centericq/centericq_4.9.7.oe @@ -0,0 +1,10 @@ +DEPENDS = virtual/libc openssl ncurses +RDEPENDS = libc6 openssl ncurses + +SRC_URI = http://thekonst.net/download/centericq-4.9.7.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = '--with-ssl --with-openssl=${STAGING_DIR}/target' |