aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeutates <103068388+Teutates@users.noreply.github.com>2022-07-07 13:12:19 -0400
committerGitHub <noreply@github.com>2022-07-07 13:12:19 -0400
commitdfd6fccd7f8950601e32602b47f205f0a4a9ff7e (patch)
treeb5db1036fed4b166085bbc04be43b095caf82f3e /Makefile
parent9685c0d6ce74c677b1b3141a8a885f73e137de31 (diff)
downloadldid-dfd6fccd7f8950601e32602b47f205f0a4a9ff7e.tar.gz
ldid-dfd6fccd7f8950601e32602b47f205f0a4a9ff7e.tar.zst
ldid-dfd6fccd7f8950601e32602b47f205f0a4a9ff7e.zip
OpenSSL 3 fixes (#15)
* Remove deprecated openssl functions as of openssl 3.0.5 * Re-add openssl to actions with (should be) proper static providers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 55a9c7a..d0419b1 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@ CXX ?= c++
INSTALL ?= install
LN ?= ln
-CFLAGS ?= -O2 -pipe
-CXXFLAGS ?= $(CFLAGS) -std=c++11
+CXXFLAGS ?= -std=c++11 -O2 -pipe
LDFLAGS ?=
PREFIX ?= /usr/local