diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-27 13:00:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-27 13:00:34 +0200 |
commit | 22c39a7cfb66225ec68a211205434255e95c5e0b (patch) | |
tree | 1f2dc27b191da9ae7a4738d4db3d5130b34234fa /package/libtirpc/patches/patch-src_Makefile_am | |
parent | f7764067f70d552ea666d2a2e663ffcee92dbaa9 (diff) |
fix rpcbind build, reported by Oliver
Diffstat (limited to 'package/libtirpc/patches/patch-src_Makefile_am')
-rw-r--r-- | package/libtirpc/patches/patch-src_Makefile_am | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/package/libtirpc/patches/patch-src_Makefile_am b/package/libtirpc/patches/patch-src_Makefile_am index 0c39f90b9..5c8e5dccb 100644 --- a/package/libtirpc/patches/patch-src_Makefile_am +++ b/package/libtirpc/patches/patch-src_Makefile_am @@ -1,5 +1,14 @@ --- libtirpc-0.3.2.orig/src/Makefile.am 2015-06-16 17:35:08.000000000 +0200 -+++ libtirpc-0.3.2/src/Makefile.am 2015-06-21 21:02:26.000000000 +0200 ++++ libtirpc-0.3.2/src/Makefile.am 2015-06-27 12:05:34.000000000 +0200 +@@ -41,7 +41,7 @@ lib_LTLIBRARIES = libtirpc.la + # release number of your package. This is an abuse that only fosters + # misunderstanding of the purpose of library versions." + # +-libtirpc_la_LDFLAGS = -lpthread -version-info 1:10:0 ++libtirpc_la_LDFLAGS = -no-undefined -lpthread -version-info 1:10:0 + + libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \ + clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \ @@ -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 \ @@ -9,12 +18,14 @@ ## XDR libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c -@@ -68,7 +68,7 @@ if GSS +@@ -68,8 +68,8 @@ if GSS libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS) endif -libtirpc_la_SOURCES += key_call.c key_prot_xdr.c getpublickey.c +-libtirpc_la_SOURCES += netname.c netnamer.c rtime.c +libtirpc_la_SOURCES += key_call.c key_prot_xdr.c - libtirpc_la_SOURCES += netname.c netnamer.c rtime.c ++libtirpc_la_SOURCES += rtime.c CLEANFILES = cscope.* *~ + DISTCLEANFILES = Makefile.in |