[Lunar-commits] CVS: moonbase/graphics/jpeg BUILD,1.4,1.5
Auke Kok
sofar at lunar-linux.org
Wed May 12 08:56:55 GMT 2004
Update of /var/cvs/lunar/moonbase/graphics/jpeg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17700
Modified Files:
BUILD
Log Message:
And we truly have a shared libjpeg.so now... pffft
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/jpeg/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 12 May 2004 08:49:45 -0000 1.4
+++ BUILD 12 May 2004 08:56:53 -0000 1.5
@@ -7,8 +7,10 @@
default_config &&
sedit "s/\$(prefix)\/man\/man\$(manext)/\/usr\/share\/man\/man\$(manext)/" Makefile &&
make &&
+ ld --whole-archive -share -o .libs/libjpeg.so .libs/libjpeg.a
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD make test &&
prepare_install &&
- make install
+ make install &&
+ install -m755 -oroot -groot .libs/libjpeg.so /usr/lib/
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list