0001-Makefile-disable-always-building-statically.patch 864 B

1234567891011121314151617181920212223242526
  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
  5. Signed-off-by: Olivier Singla <olivier.singla@gmail.com>
  6. ---
  7. Makefile.am | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/Makefile.am b/Makefile.am
  10. index 7b8e7ab..5c4c71e 100644
  11. --- a/Makefile.am
  12. +++ b/Makefile.am
  13. @@ -126,7 +126,7 @@ BUILT_SOURCES = shellinabox/beep.h \
  14. shellinaboxd_LDADD = liblogging.la \
  15. libhttp.la
  16. -shellinaboxd_LDFLAGS = -static
  17. +shellinaboxd_LDFLAGS =
  18. ## Added this for compatibility with older versions of autoconf/automake
  19. docdir = ${datadir}/doc/${PACKAGE}
  20. --
  21. 2.7.4