From de2f90c3898049e48a6e24c77398bfeb5ea2f301 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 22:40:27 +0000 Subject: 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 --- db/db3_3.2.9.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') 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} -- cgit v1.2.3