blob: 31c0d29e93e6a3caf20ca9ee6ee70ba61ef728ca [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From e9fee689430af7791b932a1ee3c2cc103ccf290f Mon Sep 17 00:00:00 2001
2From: Stefan Eichenberger <stefan.eichenberger@netmodule.com>
3Date: Wed, 2 Nov 2016 05:43:43 -0400
4Subject: [PATCH] Do not strip libtar.
5
6---
7 libtar/Makefile.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/libtar/Makefile.in b/libtar/Makefile.in
11index 7c6f1bc..80bb8d9 100644
12--- a/libtar/Makefile.in
13+++ b/libtar/Makefile.in
14@@ -20,7 +20,7 @@ SHELL = @SHELL@
15
16 ### Installation programs and flags
17 INSTALL = @INSTALL@
18-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
19+INSTALL_PROGRAM = @INSTALL_PROGRAM@
20 INSTALL_DATA = @INSTALL_DATA@
21 LN_S = @LN_S@
22 MKDIR = @MKDIR@
23--
242.8.1
25