From d2d197189d2d637f048b445c82ed71e3e1d8e105 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 10 Jul 2008 17:21:40 +0000 Subject: [PATCH] Updated compile patch to work with new version --- libtirpc-0.1.7-compile.patch | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/libtirpc-0.1.7-compile.patch b/libtirpc-0.1.7-compile.patch index b11213b..6c1d5a1 100644 --- a/libtirpc-0.1.7-compile.patch +++ b/libtirpc-0.1.7-compile.patch @@ -4,18 +4,8 @@ lib_LTLIBRARIES = libtirpc.la --libtirpc_la_LDFLAGS = -lnsl -lpthread -+libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:8:0 +-libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:8:0 ++libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:9: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 \ ---- libtirpc-0.1.7/Makefile.am.orig 2005-05-18 01:10:50.000000000 -0400 -+++ libtirpc-0.1.7/Makefile.am 2006-08-09 15:15:31.000000000 -0400 -@@ -44,5 +44,5 @@ nobase_include_HEADERS = tirpc/un-namesp - tirpc/rpc/auth_des.h - - install-exec-local: -- cp -p ./doc/etc_netconfig /etc/netconfig -- chmod 0644 /etc/netconfig -+ cp -p ./doc/etc_netconfig $(DESTDIR)/etc/netconfig -+ chmod 0644 $(DESTDIR)/etc/netconfig