package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / shellinabox / 0001-Makefile-disable-always-building-statically.patch
blob2f2097e099f5d70c6ba25bb870df3471b8633a71
1 From c060e6f06a81ffa400266a6d0bfc58511265a16f Mon Sep 17 00:00:00 2001
2 From: Olivier Singla <olivier.singla@gmail.com>
3 Date: Thu, 4 Aug 2016 21:23:41 +0200
4 Subject: [PATCH] Makefile: disable always building statically
6 Signed-off-by: Olivier Singla <olivier.singla@gmail.com>
7 ---
8 Makefile.am | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/Makefile.am b/Makefile.am
12 index 7b8e7ab..5c4c71e 100644
13 --- a/Makefile.am
14 +++ b/Makefile.am
15 @@ -126,7 +126,7 @@ BUILT_SOURCES = shellinabox/beep.h \
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}
24 --
25 2.7.4