SPECS: pvpgn.spec - missing configure option

spider spider at pld-linux.org
Tue Aug 16 22:45:26 CEST 2005


Author: spider                       Date: Tue Aug 16 20:45:26 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing configure option

---- Files affected:
SPECS:
   pvpgn.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/pvpgn.spec
diff -u SPECS/pvpgn.spec:1.1 SPECS/pvpgn.spec:1.2
--- SPECS/pvpgn.spec:1.1	Tue Aug 16 22:36:54 2005
+++ SPECS/pvpgn.spec	Tue Aug 16 22:45:20 2005
@@ -44,7 +44,11 @@
 
 %build
 cd src
-%configure
+%configure \
+	%{!?with_efence:--with-efence}
+	%{!?with_mysql:--with-mysql}
+	%{!?with_pgsql:--with-pgsql}
+	%{!?with_sqlite3:--with-sqlite3}
 %{__make}
 
 %install
@@ -72,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/08/16 20:45:20  spider
+- missing configure option
+
 Revision 1.1  2005/08/16 20:36:54  spider
 - init
 - NFY
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pvpgn.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list