479cebcfb7
Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator. This emulator is accessible to any JavaScript and CSS enabled web browser and does not require any additional browser plugins. Signed-off-by: Olivier Singla <olivier.singla@gmail.com> [Thomas: - Use "select" instead of "depends on" for the OpenSSL dependency, and use alphabetic ordering. - Rewrap Config.in help text. - Use github macro - Explain why the OpenSSL dependency is mandatory, while --enable-ssl/--disable-ssl are available.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
571 B
Diff
16 lines
571 B
Diff
Makefile: disable always building statically.
|
|
|
|
Signed-off-by: "Olivier Singla" <olivier.singla@gmail.com>
|
|
|
|
--- shellinabox-2.19/Makefile.am.orig 2016-07-03 20:46:42.655784211 -0400
|
|
+++ shellinabox-2.19/Makefile.am 2016-07-03 20:46:50.582801842 -0400
|
|
@@ -126,7 +126,7 @@
|
|
|
|
shellinaboxd_LDADD = liblogging.la \
|
|
libhttp.la
|
|
-shellinaboxd_LDFLAGS = -static
|
|
+shellinaboxd_LDFLAGS =
|
|
## Added this for compatibility with older versions of autoconf/automake
|
|
docdir = ${datadir}/doc/${PACKAGE}
|
|
|