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-Jul-2003 09:41:57
Branch: HEAD Handle: 2003071808415700
Modified files:
openpkg-src/fetchmail fetchmail.spec
Log:
fix building
Summary:
Revision Changes Path
1.49 +7 -0 openpkg-src/fetchmail/fetchmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 fetchmail.spec
--- openpkg-src/fetchmail/fetchmail.spec 18 Jul 2003 06:54:37 -0000 1.48
+++ openpkg-src/fetchmail/fetchmail.spec 18 Jul 2003 07:41:57 -0000 1.49
@@ -58,10 +58,17 @@
%prep
%setup -q
+ # don't outguess configure parameters
+ %{l_shtool} subst \
+ -e 's;test -r $with_ssl/include/openssl/ssl.h;false;' \
+ -e 's;test -r /usr/include/ssl/ssl.h;false;' \
+ configure
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-ssl=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]