Skip to content

Commit

Permalink
OpenSSL 3.0.Y compatibility fix
Browse files Browse the repository at this point in the history
add CXXFLAGS to allow git-crypt to build on ubuntu-22.04
See: AGWA#232
  • Loading branch information
archii committed May 1, 2024
1 parent 08dbdcf commit 79bcfbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

CXXFLAGS ?= -Wall -pedantic -Wno-long-long -O2
CXXFLAGS += -std=c++11
CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
MANDIR ?= $(PREFIX)/share/man
Expand Down

0 comments on commit 79bcfbe

Please # to comment.