From 26fff911b21943f20e3937ae3f2d29a1572d2309 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 6 Jul 2006 13:05:11 +1000 Subject: Only use -rpath for Kerberos libs when actually needed. Avoid usage of -rpath is generally safer, and is required by Debian policy. --- utils/gssd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/gssd') diff --git a/utils/gssd/Makefile.am b/utils/gssd/Makefile.am index d1dfe51..8d9fe84 100644 --- a/utils/gssd/Makefile.am +++ b/utils/gssd/Makefile.am @@ -38,7 +38,7 @@ gssd_SOURCES = \ write_bytes.h gssd_LDADD = $(RPCSECGSS_LIBS) $(KRBLIBS) -gssd_LDFLAGS = -Wl,-rpath=$(KRBDIR)/lib +gssd_LDFLAGS = $(KRBLDFLAGS) gssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \ $(RPCSECGSS_CFLAGS) $(KRBCFLAGS) -- cgit