aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-24 23:41:30 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-24 23:41:30 +0200
commit46728e49cc4b9c151f14d66708dbfcb069f44874 (patch)
treee1ec02b61d0e48adc1eef0787028fa0ff5e0cad5 /make
parent278852f5aac4ee353703a80e659dd3e4f31663ae (diff)
downloadqpdf-46728e49cc4b9c151f14d66708dbfcb069f44874.tar.zst
Fix from cygwin package maintainer
Resolve link error on cygwin
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 9393d447..f950929f 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) $(4) $(3) \
- -rpath $(libdir) -version-info $(5):$(6):$(7)
+ -rpath $(libdir) -version-info $(5):$(6):$(7) -no-undefined
endef
# 1 2 3 4