From 340564253fb518d2080f0297e23839dda5cb3e5d Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 21 Aug 2002 12:00:22 +0000 Subject: [PATCH] try again with readline and openssl --- socat/socat.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/socat/socat.spec b/socat/socat.spec index b734f4263a..11c22dd2f5 100644 --- a/socat/socat.spec +++ b/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}