SPECS (ALLEGRO_WIP-5_0): allegro.spec - enable build static versions of lib...

lisu lisu at pld-linux.org
Fri Feb 13 10:40:36 CET 2009


Author: lisu                         Date: Fri Feb 13 09:40:36 2009 GMT
Module: SPECS                         Tag: ALLEGRO_WIP-5_0
---- Log message:
- enable build static versions of library (static bcond) when running cmake

---- Files affected:
SPECS:
   allegro.spec (1.71.2.6 -> 1.71.2.7) 

---- Diffs:

================================================================
Index: SPECS/allegro.spec
diff -u SPECS/allegro.spec:1.71.2.6 SPECS/allegro.spec:1.71.2.7
--- SPECS/allegro.spec:1.71.2.6	Fri Feb 13 09:54:20 2009
+++ SPECS/allegro.spec	Fri Feb 13 10:40:30 2009
@@ -461,7 +461,8 @@
 mkdir Build
 cd Build
 %cmake .. \
-	-DCMAKE_INSTALL_PREFIX="%{_prefix}"
+	-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
+	%{?with_static:-DSHARED="off"} \
 
 %{__make}
 #%%{__make} \
@@ -688,6 +689,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.71.2.7  2009/02/13 09:40:30  lisu
+- enable build static versions of library (static bcond) when running cmake
+
 Revision 1.71.2.6  2009/02/13 08:54:20  lisu
 - docs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/allegro.spec?r1=1.71.2.6&r2=1.71.2.7&f=u



More information about the pld-cvs-commit mailing list