diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:40:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 22:40:27 +0000 |
commit | de2f90c3898049e48a6e24c77398bfeb5ea2f301 (patch) | |
tree | 5c2db6abddfca2a0a26b54ad5987b9bd0213ac7f /db | |
parent | 5fd09e5bd8b714b27a808636412b0b8bbef00c5a (diff) |
Attempt to fix the cyrus-sasl build failures, add its dependency on db3, and fix the db3 stage target (was installing the .la, not the .lai, bad).
BKrev: 400dae5b1N2TRQ0xfD3CPZL5jX_nOw
Diffstat (limited to 'db')
-rw-r--r-- | db/db3_3.2.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe index 25e5063507..651feb0983 100644 --- a/db/db3_3.2.9.oe +++ b/db/db3_3.2.9.oe @@ -60,7 +60,7 @@ do_stage () { ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb-3.so ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb3.so ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb.so - install -m 0644 .libs/libdb-3.2.la ${STAGING_LIBDIR}/ + install -m 0644 .libs/libdb-3.2.lai ${STAGING_LIBDIR}/libdb-3.2.la cd ${WORKDIR}/db-${PV}/build_unix_static install -m 0644 libdb.a ${STAGING_LIBDIR}/ cd ${S} |