summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Linux.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Linux.mk b/Linux.mk
new file mode 100644
index 0000000..ac69498
--- /dev/null
+++ b/Linux.mk
@@ -0,0 +1,5 @@
+CFLAGS += -D_GNU_SOURCE -D'CERTBOT_PATH="/etc/letsencrypt"'
+LDLIBS = -lcrypt -lpthread
+LDLIBS += ${LIBRESSL_PREFIX}/lib/libtls.a
+LDLIBS += ${LIBRESSL_PREFIX}/lib/libssl.a
+LDLIBS += ${LIBRESSL_PREFIX}/lib/libcrypto.a
138b6a3d3fb41c5915ddf1b327fc6f28e074a6&follow=1'>Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe