Просмотр исходного кода

try again with readline and openssl

Ralf S. Engelschall 24 лет назад
Родитель
Сommit
340564253f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      socat/socat.spec

+ 3 - 3
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}