From ff48604fcbd619eca14aa0c46eceb5e2e80df5fc Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 28 May 2004 16:56:06 +0000 Subject: avoid oe_libinstall for libSDLmain BKrev: 40b76f26Kv4t_crMMcvppS6gqTUdmQ --- libsdl/libsdl-x11_1.2.7.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsdl') diff --git a/libsdl/libsdl-x11_1.2.7.oe b/libsdl/libsdl-x11_1.2.7.oe index 89fe68c7b8..9f826e5f4b 100644 --- a/libsdl/libsdl-x11_1.2.7.oe +++ b/libsdl/libsdl-x11_1.2.7.oe @@ -23,7 +23,8 @@ EXTRA_OECONF = "--disable-debug --disable-cdrom --enable-threads --enable-timers do_stage() { oe_libinstall -so -C src libSDL ${STAGING_LIBDIR} ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so - oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} + #oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR} + install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR} install -d ${STAGING_INCDIR}/SDL for f in include/*.h -- cgit 1.2.3-korg