OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   03-May-2009 18:40:42
  Branch: HEAD                             Handle: 2009050317404200

  Modified files:
    openpkg-src/bind        bind.spec

  Log:
    fix building under Solaris (submitted by Christoph Schug)

  Summary:
    Revision    Changes     Path
    1.149       +2  -1      openpkg-src/bind/bind.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bind/bind.spec
  ============================================================================
  $ cvs diff -u -r1.148 -r1.149 bind.spec
  --- openpkg-src/bind/bind.spec        18 Apr 2009 13:08:57 -0000      1.148
  +++ openpkg-src/bind/bind.spec        3 May 2009 16:40:42 -0000       1.149
  @@ -36,7 +36,7 @@
   Group:        DNS
   License:      ISC
   Version:      %{V_opkg}
  -Release:      20090108
  +Release:      20090503
   
   #   package options
   %option       with_dnssec    yes
  @@ -116,6 +116,7 @@
   %if "%{with_dnssec}" == "yes"
       LIBS="$LIBS `pkg-config openssl --libs`"
   %endif
  +    GREP="grep" \
       ./configure \
           --prefix=%{l_prefix} \
           --mandir=%{l_prefix}/man \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to