aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cyrus-sasl
diff options
context:
space:
mode:
authorccsmart <ccsmart@smartpal.de>2005-07-10 08:38:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-10 08:38:37 +0000
commit6192d03272f2a940e803cc00d4989949953e03f9 (patch)
tree0b7153399664c8ee5094249cc8fc0176867e1aee /packages/cyrus-sasl
parent965b805b451106d6a5e41e0fe8fb3847b4dddd29 (diff)
downloadopenembedded-6192d03272f2a940e803cc00d4989949953e03f9.tar.gz
Adding missing plugin libraries to package.
Diffstat (limited to 'packages/cyrus-sasl')
-rw-r--r--packages/cyrus-sasl/cyrus-sasl_2.1.19.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
index 37c8292595..7109a54812 100644
--- a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
+++ b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb
@@ -14,6 +14,8 @@ EXTRA_OECONF = "--enable-shared --enable-static --with-dblib=berkeley \
--with-bdb-incdir=${STAGING_INCDIR} \
--without-opie --without-des"
+FILES_${PN} += "${prefix}/lib/sasl2/*.so*"
+
do_configure_prepend () {
rm -f acinclude.m4 config/libtool.m4
}