From 56d96e2260ada51e31cceded0dc9b46937c0cb64 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2020 17:17:46 -0400 Subject: Add --disable-rpath to configure (fixes #422) --- make/libtool.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/libtool.mk b/make/libtool.mk index 1ab92b75..6a2bbc1a 100644 --- a/make/libtool.mk +++ b/make/libtool.mk @@ -95,7 +95,7 @@ define makelib $(LIBTOOL) --mode=link \ $(CXX) $(CXXFLAGS) $(LD_VERSION_FLAGS) \ -o $(2) $(1) $(3) $(4) \ - -rpath $(libdir) -version-info $(5):$(6):$(7) -no-undefined + $(RPATH) -version-info $(5):$(6):$(7) -no-undefined endef # 1 2 3 4 5 -- cgit v1.2.3-54-g00ecf