aboutsummaryrefslogtreecommitdiffstats
path: root/cyrus-sasl
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-13 02:36:50 +0000
committerChris Larson <clarson@kergoth.com>2004-03-13 02:36:50 +0000
commitac00400a6dfde11eefe7f13aaeb739dab31d70da (patch)
treeb4a0db5c1d8a13057956376886a0b6d125845640 /cyrus-sasl
parent0d0f3e78c7f987014f4f038c06f0f898b3b735b5 (diff)
downloadopenembedded-ac00400a6dfde11eefe7f13aaeb739dab31d70da.tar.gz
Add cyrus-sasl 2.1.18, and add a minor fixup to 2.1.17.
BKrev: 405273c2UIikWKaohx7vEDz2NocsGQ
Diffstat (limited to 'cyrus-sasl')
-rw-r--r--cyrus-sasl/cyrus-sasl_2.1.17.oe9
-rw-r--r--cyrus-sasl/cyrus-sasl_2.1.18.oe0
2 files changed, 5 insertions, 4 deletions
diff --git a/cyrus-sasl/cyrus-sasl_2.1.17.oe b/cyrus-sasl/cyrus-sasl_2.1.17.oe
index bb0e4e83ef..95736a8ea8 100644
--- a/cyrus-sasl/cyrus-sasl_2.1.17.oe
+++ b/cyrus-sasl/cyrus-sasl_2.1.17.oe
@@ -10,7 +10,8 @@ acpaths=-I ${S}/cmulocal -I ${S}/config -I .
CFLAGS_append = ' -I${S}/include -I${S}/saslauthd/include'
EXTRA_OECONF = '--enable-shared --enable-static --with-dblib=berkeley \
--with-bdb-libdir=${STAGING_LIBDIR} \
- --with-bdb-incdir=${STAGING_INCDIR}'
+ --with-bdb-incdir=${STAGING_INCDIR} \
+ --without-opie --without-des'
do_configure_prepend () {
rm -f acinclude.m4
}
@@ -26,9 +27,9 @@ do_compile_prepend () {
do_stage () {
install -m 0644 lib/.libs/libsasl2.lai ${STAGING_LIBDIR}/libsasl2.la
install -m 0644 lib/.libs/libsasl2.a ${STAGING_LIBDIR}/libsasl2.a
- install -m 0755 lib/.libs/libsasl2.so.2.0.17 ${STAGING_LIBDIR}/libsasl2.so.2.0.17
- ln -sf libsasl2.so.2.0.17 ${STAGING_LIBDIR}/libsasl2.so.2
- ln -sf libsasl2.so.2.0.17 ${STAGING_LIBDIR}/libsasl2.so
+ install -m 0755 lib/.libs/libsasl2.so.2.0.18 ${STAGING_LIBDIR}/libsasl2.so.2.0.18
+ ln -sf libsasl2.so.2.0.18 ${STAGING_LIBDIR}/libsasl2.so.2
+ ln -sf libsasl2.so.2.0.18 ${STAGING_LIBDIR}/libsasl2.so
install -d ${STAGING_LIBDIR}/sasl
install -d ${STAGING_DIR}/target/include/sasl
install -m 0644 include/hmac-md5.h ${STAGING_DIR}/target/include/sasl/
diff --git a/cyrus-sasl/cyrus-sasl_2.1.18.oe b/cyrus-sasl/cyrus-sasl_2.1.18.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/cyrus-sasl/cyrus-sasl_2.1.18.oe