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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Jun-2003 01:25:15
  Branch: HEAD                             Handle: 2003061800251500

  Modified files:
    openpkg-src/mailsync    mailsync.spec

  Log:
    configure script requires bash for file patterns

  Summary:
    Revision    Changes     Path
    1.4         +2  -2      openpkg-src/mailsync/mailsync.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mailsync/mailsync.spec
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 mailsync.spec
  --- openpkg-src/mailsync/mailsync.spec        17 Jun 2003 23:04:34 -0000      1.3
  +++ openpkg-src/mailsync/mailsync.spec        17 Jun 2003 23:25:15 -0000      1.4
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc, bash
   BuildPreReq:  imap, openssl
   PreReq:       OpenPKG, openpkg >= 20020206
   PreReq:       imap, openssl
  @@ -74,7 +74,7 @@
       CPPFLAGS="%{l_cppflags imap openssl}" \
       LDFLAGS="%{l_ldflags}" \
       LIBS="-lcrypt" \
  -    ./configure \
  +    %{l_bash} ./configure \
           --prefix=%{l_prefix} \
           --with-openssl=%{l_prefix} \
           --with-c-client=%{l_prefix} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to