OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 13-Jan-2003 14:04:42
Branch: HEAD Handle: 2003011313044101
Modified files:
openpkg-src/imap imap.spec
openpkg-web news.txt
Log:
make sure it really finds OpenSSL
Summary:
Revision Changes Path
1.3 +3 -3 openpkg-src/imap/imap.spec
1.2688 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imap/imap.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 imap.spec
--- openpkg-src/imap/imap.spec 10 Jan 2003 07:54:19 -0000 1.2
+++ openpkg-src/imap/imap.spec 13 Jan 2003 13:04:42 -0000 1.3
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 20030110
+Release: 20030113
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
@@ -67,8 +67,8 @@
esac
%{l_make} $os \
SSLDIR=%{l_prefix} \
- EXTRACFLAGS='-I%{l_prefix}/include' \
- EXTRALDFLAGS='-L%{l_prefix}/lib'
+ EXTRACFLAGS='%{l_cppflags openssl}' \
+ EXTRALDFLAGS='%{l_ldflags}'
%install
rm -rf $RPM_BUILD_ROOT
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2687 -r1.2688 news.txt
--- openpkg-web/news.txt 13 Jan 2003 13:02:13 -0000 1.2687
+++ openpkg-web/news.txt 13 Jan 2003 13:04:41 -0000 1.2688
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<imap-2002b-20030113>
13-Jan-2003: Upgraded package: P<guile-1.6.1-20030113>
13-Jan-2003: Upgraded package: P<sablotron-0.97-20030113>
13-Jan-2003: Upgraded package: P<tin-1.5.15-20030113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]