Browse Source

requires openssl; at least, it looks for ssl symbols

master
Thomas Lotterer 24 years ago committed by Ralf S. Engelschall
parent
commit
d0f8ba5a4c
  1. 4
      socat/socat.spec

4
socat/socat.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
Group: Network
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20020816
Release: 20020820
# list of sources
Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2
@ -45,7 +45,7 @@ Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, readline, gcc
BuildPreReq: OpenPKG, openpkg >= 20020206, readline, gcc, openssl
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save