|
|
@@ -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
|