summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2015-10-30 11:10:04 -0400
committerSteve Dickson <steved@redhat.com>2015-10-30 11:10:04 -0400
commit2f12903f3955e1e290547b71e7a491b6327192c3 (patch)
tree7e5672869debc4e4338d9fba4d84014d062f838b /src
parent5e0cdfa6afaa67266d70afc23acf010b3134942b (diff)
downloadti-rpc-2f12903f3955e1e290547b71e7a491b6327192c3.tar.gz
Tell libtool that all symbols are intended to be resolved
Libtool will not even try to link a shared library on some systems (e.g. Cygwin) if it is not told that there are in fact no undefined symbols. But this fact is enforced on Linux, so we might as well tell libtool about it as well. Signed-off-by: Peter Rosin <peda@lysator.liu.se> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d94a8e9..e4ed8aa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/tirpc -include config.h -DPORTMAP -DINET6 \
lib_LTLIBRARIES = libtirpc.la
-libtirpc_la_LDFLAGS = @LDFLAG_NOUNDEFINED@ -lpthread
+libtirpc_la_LDFLAGS = @LDFLAG_NOUNDEFINED@ -no-undefined -lpthread
libtirpc_la_LDFLAGS += -version-info @LT_VERSION_INFO@
libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \