Browse Source

make sure it really finds OpenSSL

master
parent
commit
7ba353ddb3
  1. 6
      imap/imap.spec

6
imap/imap.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
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 @@ AutoReqProv: no
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

Loading…
Cancel
Save