diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-24 21:51:45 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-24 21:51:45 +0000 |
commit | 9902888d91654eae979284e2bc886805c82d48d0 (patch) | |
tree | 5e97c1fe880a5c5b254ae7e443bf839b9df0d2b4 /libtool/libtool-cross_1.5.oe | |
parent | 197393e1ff8b18c8818621788cdcc32403fd9dd1 (diff) |
Build and install libltdl (finally hit a build of an app that needs it).
BKrev: 3f999ef1FWtuQXqjGSMkDQ2ipWAxMA
Diffstat (limited to 'libtool/libtool-cross_1.5.oe')
-rw-r--r-- | libtool/libtool-cross_1.5.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index ac8f0ca4a8..465860dfbc 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -24,6 +24,13 @@ do_stage () { install -c -m 0644 ltmain.sh ${STAGING_DIR}/share/libtool/ install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/aclocal/ install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/aclocal/ + + install -m 0644 libltdl/.libs/libltdl.a ${STAGING_LIBDIR}/ + install -m 0644 libltdl/.libs/libltdl.lai ${STAGING_LIBDIR}/libltdl.la + install -m 0755 libltdl/.libs/libltdl.so.3.1.0 ${STAGING_LIBDIR}/ + ln -sf libltdl.so.3.1.0 ${STAGING_LIBDIR}/libltdl.so.3 + ln -sf libltdl.so.3.1.0 ${STAGING_LIBDIR}/libltdl.so + install -m 0644 libltdl/ltdl.h ${STAGING_DIR}/target/include/ } do_install () { |