Преглед изворни кода

forget readline and openssl to get is somehow working

Thomas Lotterer пре 24 година
родитељ
комит
2aa2cd7bab
1 измењених фајлова са 5 додато и 3 уклоњено
  1. 5 3
      socat/socat.spec

+ 5 - 3
socat/socat.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
 Group:        Network
 License:      GPL
 Version:      %{V_major}.%{V_minor}
-Release:      20020820
+Release:      20020821
 
 #   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, openssl
+BuildPreReq:  OpenPKG, openpkg >= 20020206, gcc
 PreReq:       OpenPKG, openpkg >= 20020206
 AutoReq:      no
 AutoReqProv:  no
@@ -68,7 +68,9 @@ AutoReqProv:  no
     ./configure \
         --prefix=%{l_prefix} \
         --enable-msglevel=debug \
-        --enable-readline
+        --disable-readline \
+        --disable-openssl
+
     %{l_make} %{l_mflags -O}
 
 %install