Browse Source

requires SSL, make sure it finds ours

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
b138f6dd24
  1. 7
      suck/suck.spec

7
suck/suck.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
Group: Converter
License: GPL
Version: 4.3.2
Release: 20030707
Release: 20030716
# list of sources
Source0: http://www.sucknews.org/suck-%{version}.tar.gz
@ -44,8 +44,8 @@ Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, perl
PreReq: OpenPKG, openpkg >= 20020206
BuildPreReq: gdbm
PreReq: gdbm
BuildPreReq: openssl, gdbm
PreReq: openssl, gdbm
AutoReq: no
AutoReqProv: no
@ -66,6 +66,7 @@ AutoReqProv: no
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
LDFLAGS="%{l_ldflags}" \
LIBS="-lssl -lcrypto" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix}

Loading…
Cancel
Save