1From c060e6f06a81ffa400266a6d0bfc58511265a16f Mon Sep 17 00:00:00 2001
2From: Olivier Singla <olivier.singla@gmail.com>
3Date: Thu, 4 Aug 2016 21:23:41 +0200
4Subject: [PATCH] Makefile: disable always building statically
5
6Signed-off-by: Olivier Singla <olivier.singla@gmail.com>
7---
8 Makefile.am | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile.am b/Makefile.am
12index 7b8e7ab..5c4c71e 100644
13--- a/Makefile.am
14+++ b/Makefile.am
15@@ -126,7 +126,7 @@ BUILT_SOURCES        = shellinabox/beep.h                                     \
16
17 shellinaboxd_LDADD   = liblogging.la                                          \
18                        libhttp.la
19-shellinaboxd_LDFLAGS = -static
20+shellinaboxd_LDFLAGS =
21 ## Added this for compatibility with older versions of autoconf/automake
22 docdir               = ${datadir}/doc/${PACKAGE}
23
24--
252.7.4
26
27