diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:27:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-10 21:28:30 +0200 |
commit | 094896b78cc365530bd62c06d05acd3fe92c1c6d (patch) | |
tree | 66e5b39560f3dc78d3baff5e62643c26494c0e74 /package/libtirpc | |
parent | 56efdf1d33c6277e25d4fb746e0ea5d31df75c21 (diff) |
add missing patches
Diffstat (limited to 'package/libtirpc')
-rw-r--r-- | package/libtirpc/files/netconfig.ipv6 | 7 | ||||
-rw-r--r-- | package/libtirpc/patches/patch-Makefile_am | 8 | ||||
-rw-r--r-- | package/libtirpc/patches/patch-src_Makefile_am | 11 |
3 files changed, 26 insertions, 0 deletions
diff --git a/package/libtirpc/files/netconfig.ipv6 b/package/libtirpc/files/netconfig.ipv6 new file mode 100644 index 000000000..5cbe4c120 --- /dev/null +++ b/package/libtirpc/files/netconfig.ipv6 @@ -0,0 +1,7 @@ +udp tpi_clts v inet udp - - +tcp tpi_cots_ord v inet tcp - - +udp6 tpi_clts v inet6 udp - - +tcp6 tpi_cots_ord v inet6 tcp - - +rawip tpi_raw - inet - - - +local tpi_cots_ord - loopback - - - +unix tpi_cots_ord - loopback - - - diff --git a/package/libtirpc/patches/patch-Makefile_am b/package/libtirpc/patches/patch-Makefile_am new file mode 100644 index 000000000..31152a662 --- /dev/null +++ b/package/libtirpc/patches/patch-Makefile_am @@ -0,0 +1,8 @@ +--- libtirpc-0.2.4.orig/Makefile.am 2013-12-09 21:59:51.000000000 +0100 ++++ libtirpc-0.2.4/Makefile.am 2014-05-10 17:56:58.282550787 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = src man doc ++SUBDIRS = src + ACLOCAL_AMFLAGS = -I m4 + + noinst_HEADERS = tirpc/reentrant.h \ diff --git a/package/libtirpc/patches/patch-src_Makefile_am b/package/libtirpc/patches/patch-src_Makefile_am new file mode 100644 index 000000000..87ec56107 --- /dev/null +++ b/package/libtirpc/patches/patch-src_Makefile_am @@ -0,0 +1,11 @@ +--- libtirpc-0.2.4.orig/src/Makefile.am 2013-12-09 21:59:51.000000000 +0100 ++++ libtirpc-0.2.4/src/Makefile.am 2014-05-10 17:57:29.466593077 +0200 +@@ -51,7 +51,7 @@ libtirpc_la_SOURCES = auth_none.c auth_u + rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \ + rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \ + svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \ +- auth_time.c auth_des.c authdes_prot.c ++ authdes_prot.c + + ## XDR + libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c |