Browse Source

fix building under newer glibc

master
parent
commit
e576be2905
  1. 3
      netcat/netcat.spec

3
netcat/netcat.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Network
License: no restrictions
Version: 1.10
Release: 20020815
Release: 20020823
# list of sources
Source0: http://www.atstake.com/research/tools/nc110.tgz
@ -58,6 +58,7 @@ AutoReqProv: no
%prep
%setup -q -c /%{name}-%{version}
%{l_shtool} subst -e 's;#define HAVE_BIND;#undef HAVE_BIND;g' netcat.c
%build
os=generic

Loading…
Cancel
Save