diff options
author | ccsmart <ccsmart@smartpal.de> | 2005-07-10 08:38:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-10 08:38:37 +0000 |
commit | 6192d03272f2a940e803cc00d4989949953e03f9 (patch) | |
tree | 0b7153399664c8ee5094249cc8fc0176867e1aee /packages/cyrus-sasl | |
parent | 965b805b451106d6a5e41e0fe8fb3847b4dddd29 (diff) |
Adding missing plugin libraries to package.
Diffstat (limited to 'packages/cyrus-sasl')
-rw-r--r-- | packages/cyrus-sasl/cyrus-sasl_2.1.19.bb | 2 |
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 } |