summaryrefslogtreecommitdiff
path: root/conf-ssllib
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-14 22:30:34 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-14 22:30:34 +0200
commit5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 (patch)
tree61500c277101ec46af8fed732dfe1c17b941b42c /conf-ssllib
parent1087d4df2a7342d2832ba3bab1843bf4a3040775 (diff)
convert to the meson build system
This removes a lot of files. Remove all conf-* files. The settings move to meson.options. Add editor config. Remove the auto_*.h files. They move to config.h.in.
Diffstat (limited to 'conf-ssllib')
-rw-r--r--conf-ssllib11
1 files changed, 0 insertions, 11 deletions
diff --git a/conf-ssllib b/conf-ssllib
deleted file mode 100644
index 0f2cf61..0000000
--- a/conf-ssllib
+++ /dev/null
@@ -1,11 +0,0 @@
--L/usr/local/openssl-3.0.7 -lssl -lcrypto
-
--lssl -lcrypto
-
-# These are samples for OpenSSL and LibreSSL to be semi-statically linked
-
--L/home/ucspi/_SSL/libressl-3.7.2/ssl/.libs -L/home/ucspi/_SSL/libressl-3.7.2/crypto/.libs -lssl -lcrypto
--L/usr/local/openssl-3.0.7 -lssl -lcrypto
-
-# This will be used to add SSL and crypto support by the given library path (-L)
-# In case the ssl and crypto lib is not in your lib path, use LD_LIBRARY_PATH additionally upon call!