aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-10-20 23:17:46 +0200
committerJay Berkenbilt <ejb@ql.org>2020-10-20 23:18:20 +0200
commit56d96e2260ada51e31cceded0dc9b46937c0cb64 (patch)
tree7b5c35e4a50e70ed4c6c8540099d7c0333f09e1b /make
parentbed165c9fc070d2c483d8cc9bd0e7ac299b29e23 (diff)
downloadqpdf-56d96e2260ada51e31cceded0dc9b46937c0cb64.tar.zst
Add --disable-rpath to configure (fixes #422)
Diffstat (limited to 'make')
-rw-r--r--make/libtool.mk2
1 files changed, 1 insertions, 1 deletions
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