]> git.pld-linux.org Git - packages/libtirpc.git/blob - libtirpc-link.patch
- up to 0.2.0
[packages/libtirpc.git] / libtirpc-link.patch
1 --- libtirpc-0.1.7/src/Makefile.am.orig 2007-05-17 20:08:05.298402000 +0200
2 +++ libtirpc-0.1.7/src/Makefile.am      2007-05-17 20:28:44.354794354 +0200
3 @@ -11,7 +11,8 @@
4  # release number of your package. This is an abuse that only fosters
5  # misunderstanding of the purpose of library versions."
6  #
7 -libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:10:0
8 +libtirpc_la_LDFLAGS = -version-info 1:10:0
9 +libtirpc_la_LIBADD = -lpthread
10  
11  libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
12          clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
13 @@ -30,7 +30,7 @@
14  if GSS
15      libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \
16                 svc_auth_none.c
17 -    libtirpc_la_LDFLAGS += $(GSSGLUE_LIBS)
18 +    libtirpc_la_LIBADD += $(GSSGLUE_LIBS)
19      libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
20  endif
21  
This page took 0.063968 seconds and 3 git commands to generate.