aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-03-11 01:00:28 +0000
committerDavid Howells <dhowells@redhat.com>2011-03-11 01:00:28 +0000
commit72d82793afba84bf40fd030b79c00ca31f526d41 (patch)
tree8cd55bc4f0f67445785e53b41ef99744cb3d9f27
parent9f304ac17774a0a2f63c509d78f6ffba26886c8e (diff)
downloadkeyutils-72d82793afba84bf40fd030b79c00ca31f526d41.tar.gz
Build: Disable RPATH setting in Makefile
Disable the setting of RPATH in the Makefile as it prevents tests done with LD_LIBRARY_PATH from working. Signed-off-by: David Howells <dhowells@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f526cfa..0520b8c 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ all: $(DEVELLIB) keyctl request-key
# Build the libraries
#
###############################################################################
-RPATH = -Wl,-rpath,$(LIBDIR)
+#RPATH = -Wl,-rpath,$(LIBDIR)
ifeq ($(NO_ARLIB),0)
all: $(ARLIB)