Browse Source

try again with readline and openssl

master
parent
commit
340564253f
  1. 6
      socat/socat.spec

6
socat/socat.spec

@ -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, gcc
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, readline, openssl
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@ -68,8 +68,8 @@ AutoReqProv: no
./configure \
--prefix=%{l_prefix} \
--enable-msglevel=debug \
--disable-readline \
--disable-openssl
--enable-readline \
--enable-openssl
%{l_make} %{l_mflags -O}

Loading…
Cancel
Save