SPECS: chrpath.spec - don't build static libs. only shared version...

pluto pluto at pld-linux.org
Mon Mar 6 10:27:27 CET 2006


Author: pluto                        Date: Mon Mar  6 09:27:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't build static libs. only shared versions are used for dlopen().

---- Files affected:
SPECS:
   chrpath.spec (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/chrpath.spec
diff -u SPECS/chrpath.spec:1.19 SPECS/chrpath.spec:1.20
--- SPECS/chrpath.spec:1.19	Mon Feb 27 21:14:08 2006
+++ SPECS/chrpath.spec	Mon Mar  6 10:27:21 2006
@@ -41,7 +41,8 @@
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--disable-static
 %{__make}
 
 %install
@@ -69,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.20  2006/03/06 09:27:21  pluto
+- don't build static libs. only shared versions are used for dlopen().
+
 Revision 1.19  2006/02/27 20:14:08  pluto
 - keepgoing option documented, release 2.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/chrpath.spec?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list