[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13124] trunk/lib/solaris-2.10-x86_64/jpeg : missed out compiling with --enable-shared option, needed for libjpeg.a

Campbell Barton ideasman42 at gmail.com
Fri Jan 4 12:21:31 CET 2008


Revision: 13124
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13124
Author:   campbellbarton
Date:     2008-01-04 12:21:31 +0100 (Fri, 04 Jan 2008)

Log Message:
-----------
missed out compiling with --enable-shared option, needed for libjpeg.a

Modified Paths:
--------------
    trunk/lib/solaris-2.10-x86_64/jpeg/BUILD.txt

Added Paths:
-----------
    trunk/lib/solaris-2.10-x86_64/jpeg/lib/
    trunk/lib/solaris-2.10-x86_64/jpeg/lib/libjpeg.a

Modified: trunk/lib/solaris-2.10-x86_64/jpeg/BUILD.txt
===================================================================
--- trunk/lib/solaris-2.10-x86_64/jpeg/BUILD.txt	2008-01-04 11:14:29 UTC (rev 13123)
+++ trunk/lib/solaris-2.10-x86_64/jpeg/BUILD.txt	2008-01-04 11:21:31 UTC (rev 13124)
@@ -2,6 +2,6 @@
 tar -xpvf libjpeg-6b.tar
 cd jpeg-6b
 export CC="gcc -m64"
-./configure --enable-static --prefix =/L/jpeg
+./configure --enable-shared --prefix =/L/jpeg
 gmake
 gmake install

Added: trunk/lib/solaris-2.10-x86_64/jpeg/lib/libjpeg.a
===================================================================
(Binary files differ)


Property changes on: trunk/lib/solaris-2.10-x86_64/jpeg/lib/libjpeg.a
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream





More information about the Bf-blender-cvs mailing list