|
|
|
|
@ -34,7 +34,7 @@ Class: EVAL
|
|
|
|
|
Group: Network |
|
|
|
|
License: GPL |
|
|
|
|
Version: 0.10.7 |
|
|
|
|
Release: 20041023 |
|
|
|
|
Release: 20041209 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_zlib yes |
|
|
|
|
@ -93,6 +93,11 @@ AutoReqProv: no
|
|
|
|
|
%prep |
|
|
|
|
%setup -q |
|
|
|
|
%patch -p0 |
|
|
|
|
%{l_shtool} subst \ |
|
|
|
|
-e 's;-Wl,-static *;;g' \ |
|
|
|
|
-e 's;-all-static *;;g' \ |
|
|
|
|
-e 's;-static *;;g' \ |
|
|
|
|
Makefile.in |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
CC="%{l_cc}" \ |
|
|
|
|
@ -135,7 +140,7 @@ AutoReqProv: no
|
|
|
|
|
%endif |
|
|
|
|
--without-krb5 \ |
|
|
|
|
--disable-shared \ |
|
|
|
|
--disable-static \ |
|
|
|
|
--enable-static \ |
|
|
|
|
--disable-ipv6 |
|
|
|
|
%{l_make} %{l_mflags} |
|
|
|
|
|
|
|
|
|
|