]> git.pld-linux.org Git - packages/libtirpc.git/blob - libtirpc-link.patch
- up to 0.2.4
[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 = -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 \
This page took 0.027282 seconds and 4 git commands to generate.