summaryrefslogtreecommitdiff
path: root/devel/libtool/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libtool/patches/patch-ac')
-rw-r--r--devel/libtool/patches/patch-ac12
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/libtool/patches/patch-ac b/devel/libtool/patches/patch-ac
index 0e6ac81e060..ca042261692 100644
--- a/devel/libtool/patches/patch-ac
+++ b/devel/libtool/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.34 2014/12/02 10:56:24 joerg Exp $
+$NetBSD: patch-ac,v 1.35 2015/07/18 16:50:51 joerg Exp $
--- libltdl/config/ltmain.sh.orig Mon Oct 17 10:19:11 2011
+++ libltdl/config/ltmain.sh
@@ -94,3 +94,13 @@ $NetBSD: patch-ac,v 1.34 2014/12/02 10:56:24 joerg Exp $
major=$major_save
release=$release_save
libname=$libname_save
+@@ -9419,7 +9432,8 @@ dlpreopen='$dlprefiles'
+
+ # Directory that this library needs to be installed in:
+ libdir='$install_libdir'"
+- if test "$installed" = no && test "$need_relink" = yes; then
++ if test "$installed" = no && test "$need_relink" = yes && \
++ test -n "$relink_command"; then
+ $ECHO >> $output "\
+ relink_command=\"$relink_command\""
+ fi