summaryrefslogtreecommitdiffstats
path: root/package/libressl/0001-remove-test-z-DESTDIR-from-ltmain.patch
blob: 901a48ca93fbf7519afd9f162a2d7da58ccff33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 4317d43d74996ad7ec3270b1e786e91a19312309 Mon Sep 17 00:00:00 2001
From: Adam Duskett <Adamduskett@outlook.com>
Date: Sat, 24 Jun 2017 13:08:57 -0400
Subject: [PATCH] remove test -z "$DESTDIR" from ltmain.sh.

Without this patch, buildroot-libtool-v2.4.patch will fail to apply.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
---
 ltmain.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ltmain.sh b/ltmain.sh
index 5d29bd6..6c90601 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -6658,7 +6658,7 @@ func_mode_link ()
 	  *)
 	    if test "$installed" = no; then
 	      func_append notinst_deplibs " $lib"
-	      test -z "$DESTDIR" && need_relink=yes
+	      need_relink=yes
 	    fi
 	    ;;
 	  esac
-- 
2.9.4

OpenPOWER on IntegriCloud