packages: poco/poco.spec - disable shared memory support

lisu lisu at pld-linux.org
Thu Dec 8 11:58:20 CET 2011


Author: lisu                         Date: Thu Dec  8 10:58:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- disable shared memory support

---- Files affected:
packages/poco:
   poco.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/poco/poco.spec
diff -u packages/poco/poco.spec:1.1 packages/poco/poco.spec:1.2
--- packages/poco/poco.spec:1.1	Wed Dec  7 09:40:34 2011
+++ packages/poco/poco.spec	Thu Dec  8 11:58:15 2011
@@ -42,7 +42,9 @@
 %setup -q
 
 %build
-%configure
+%configure \
+	--no-sharedmemory
+
 %{__make} \
 	CC="%{__cc}" \
 	CXX="%{__cxx}" \
@@ -100,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/12/08 10:58:15  lisu
+- disable shared memory support
+
 Revision 1.1  2011/12/07 08:40:34  lisu
 - new
 - nfy
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/poco/poco.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list