OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 17-Dec-2005 12:59:33 Branch: HEAD Handle: 2005121711593300 Modified files: openpkg-src/rrdtool rrdtool.spec Log: try to explicitly disable Tcl and Python bindings Summary: Revision Changes Path 1.73 +3 -1 openpkg-src/rrdtool/rrdtool.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/rrdtool/rrdtool.spec ============================================================================ $ cvs diff -u -r1.72 -r1.73 rrdtool.spec --- openpkg-src/rrdtool/rrdtool.spec 25 Jul 2005 17:46:23 -0000 1.72 +++ openpkg-src/rrdtool/rrdtool.spec 17 Dec 2005 11:59:33 -0000 1.73 @@ -33,7 +33,7 @@ Group: Database License: LGPL Version: 1.2.11 -Release: 20050725 +Release: 20051217 # package options %option with_cgi no @@ -92,6 +92,8 @@ --cache-file=./config.cache \ --prefix=%{l_prefix} \ --disable-shared \ + --disable-tcl \ + --disable-python \ --enable-local-libpng \ --enable-local-zlib \ %if "%{with_cgi}" == "yes" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org