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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   07-Jan-2005 12:56:48
  Branch: HEAD                             Handle: 2005010711564700

  Modified files:
    openpkg-src/exim        exim.spec

  Log:
    build fixes, primarily Solaris related

  Summary:
    Revision    Changes     Path
    1.80        +5  -4      openpkg-src/exim/exim.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/exim/exim.spec
  ============================================================================
  $ cvs diff -u -r1.79 -r1.80 exim.spec
  --- openpkg-src/exim/exim.spec        7 Jan 2005 08:02:40 -0000       1.79
  +++ openpkg-src/exim/exim.spec        7 Jan 2005 11:56:47 -0000       1.80
  @@ -60,8 +60,8 @@
   BuildPreReq:  db >= 4.1.24, libiconv
   PreReq:       db >= 4.1.24, libiconv
   %if "%{with_mysql}" == "yes"
  -BuildPreReq:  mysql
  -PreReq:       mysql
  +BuildPreReq:  mysql, zlib
  +PreReq:       mysql, zlib
   %endif
   %if "%{with_pgsql}" == "yes"
   BuildPreReq:  postgresql, openssl
  @@ -120,6 +120,8 @@
         echo 'INCLUDE=%{l_cppflags}'
         echo 'CFLAGS=%{l_cflags -O}'
         echo 'LDFLAGS=%{l_ldflags}'
  +      echo "EXTRALIBS+=$EXTRALIBS"
  +      echo "EXTRALIBS_EXIM+=$EXTRALIBS"
   
         #   user/group settings
         echo 'EXIM_USER=%{l_rusr}'
  @@ -146,7 +148,6 @@
         #   Sieve filter
         echo 'HAVE_ICONV=YES'
         echo 'HEADERS_CHARSET=ISO-8859-1'
  -      echo "EXTRALIBS_EXIM+=$EXTRALIBS"
   
         #   use Berkeley DB in native mode as DBM library
         echo 'USE_DB=yes'
  @@ -195,7 +196,7 @@
         #   TCP wrapper support
   %if "%{with_wrap}" == "yes"
         echo 'USE_TCP_WRAPPERS=yes'
  -      echo "EXTRALIBS_EXIM+=%{l_ldflags} -lwrap"
  +      echo 'EXTRALIBS_EXIM+=%{l_ldflags} -lwrap'
   %endif
       ) >Local/Makefile
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to