|
|
|
|
@ -33,7 +33,7 @@ Class: EVAL
|
|
|
|
|
Group: Web |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.8.6 |
|
|
|
|
Release: 20061013 |
|
|
|
|
Release: 20061015 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: http://www.dillo.org/download/dillo-%{version}.tar.bz2 |
|
|
|
|
@ -60,6 +60,13 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
|
%setup -q |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e 's;\(-lcrypto\) \(-lssl\);\2 \1;' \ |
|
|
|
|
-e 's;\(LIBSSL_LIBS=\)"\(-lcrypto\) \(-lssl\)";\1"\3 \2";;' \ |
|
|
|
|
configure |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e 's;^#undef ENABLE_SSL;#define ENABLE_SSL;' \ |
|
|
|
|
dpi/https.c |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
|