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: 30-Aug-2005 13:51:01 Branch: HEAD Handle: 2005083012510100 Modified files: openpkg-src/ntp ntp.spec Log: add support for local clock and enable by default (but it is an option still can be disabled in case of problems) Summary: Revision Changes Path 1.76 +5 -1 openpkg-src/ntp/ntp.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ntp/ntp.spec ============================================================================ $ cvs diff -u -r1.75 -r1.76 ntp.spec --- openpkg-src/ntp/ntp.spec 13 Jul 2005 18:12:12 -0000 1.75 +++ openpkg-src/ntp/ntp.spec 30 Aug 2005 11:51:01 -0000 1.76 @@ -33,12 +33,13 @@ Group: Network License: BSD-style Version: 4.2.0 -Release: 20050713 +Release: 20050830 # package options %option with_fsl yes %option with_crypto yes %option with_sntp yes +%option with_local yes # list of sources Source0: ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-%{version}.tar.gz @@ -112,6 +113,9 @@ %if "%{with_sntp}" == "yes" --with-sntp \ %endif +%if "%{with_local}" == "yes" + --enable-LOCAL-CLOCK \ +%endif %if "%{with_crypto}" == "yes" --with-crypto \ --with-openssl-libdir=%{l_prefix}/lib \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org