Browse Source

apply a bunch of fixes taken over from Michael Schloh

master
parent
commit
e3f18eea57
  1. 9
      dillo/dillo.spec

9
dillo/dillo.spec

@ -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}" \

Loading…
Cancel
Save