diff options
Diffstat (limited to 'package/net-tools/patches/patch-lib_Makefile')
-rw-r--r-- | package/net-tools/patches/patch-lib_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/net-tools/patches/patch-lib_Makefile b/package/net-tools/patches/patch-lib_Makefile new file mode 100644 index 000000000..e51a639f0 --- /dev/null +++ b/package/net-tools/patches/patch-lib_Makefile @@ -0,0 +1,11 @@ +--- net-tools-1.60.orig/lib/Makefile 2000-10-28 12:59:42.000000000 +0200 ++++ net-tools-1.60/lib/Makefile 2011-11-15 11:26:55.563763329 +0100 +@@ -19,7 +19,7 @@ + HWOBJS = hw.o loopback.o slip.o ether.o ax25.o ppp.o arcnet.o tr.o tunnel.o frame.o sit.o rose.o ash.o fddi.o hippi.o hdlclapb.o strip.o irda.o ec_hw.o x25.o + AFOBJS = unix.o inet.o inet6.o ax25.o ipx.o ddp.o ipx.o netrom.o af.o rose.o econet.o x25.o + AFGROBJS = inet_gr.o inet6_gr.o ipx_gr.o ddp_gr.o netrom_gr.o ax25_gr.o rose_gr.o getroute.o x25_gr.o +-AFSROBJS = inet_sr.o inet6_sr.o netrom_sr.o ipx_sr.o setroute.o x25_sr.o ++#AFSROBJS = inet_sr.o inet6_sr.o netrom_sr.o ipx_sr.o setroute.o x25_sr.o + ACTOBJS = slip_ac.o ppp_ac.o activate.o + VARIA = getargs.o masq_info.o proc.o util.o nstrcmp.o interface.o sockets.o + |