1From a0d815ad9918aba977aed9275b3bf3d750a1709b Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 30 Aug 2017 19:24:40 -0700
4Subject: [PATCH] serial_forward: Disable default static linking
5
6This does not work with ssp turned on with hardening flags on musl
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 tools/serial_forward/src/Makefile.am | 3 ---
11 1 file changed, 3 deletions(-)
12
13diff --git a/tools/serial_forward/src/Makefile.am b/tools/serial_forward/src/Makefile.am
14index 3f598286..bcac9bc9 100644
15--- a/tools/serial_forward/src/Makefile.am
16+++ b/tools/serial_forward/src/Makefile.am
17@@ -20,9 +20,6 @@ serial_forward_SOURCES = \
18 	cy8mrln.h \
19 	$(NULL)
20
21-serial_forward_LDFLAGS = \
22-	-all-static
23-
24 pty_forward_SOURCES = \
25 	pty_forward.c \
26 	$(NULL)
27--
282.14.1
29
30