summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorFlorian Franzmann2021-09-19 13:29:09 +0200
committerFlorian Franzmann2021-09-22 20:40:08 +0200
commit2c44876c31d6550479ddda0231b6334f00f15c81 (patch)
treedef069f0b163a719efa4f469ed21f5636b73900d /http
parentf382ff0f6bfc07284e13de0b085f7e6fe932d4c1 (diff)
http/lagrange: fix build error with openssl 3
Diffstat (limited to 'http')
-rwxr-xr-xhttp/lagrange/BUILD4
-rw-r--r--http/lagrange/HISTORY1
2 files changed, 5 insertions, 0 deletions
diff --git a/http/lagrange/BUILD b/http/lagrange/BUILD
new file mode 100755
index 0000000000..cb01be6cb6
--- /dev/null
+++ b/http/lagrange/BUILD
@@ -0,0 +1,4 @@
+CFLAGS+=" -Wno-error=deprecated-declarations" &&
+CXXFLAGS+=" -Wno-error=deprecated-declarations" &&
+
+default_build
diff --git a/http/lagrange/HISTORY b/http/lagrange/HISTORY
index 852e16e34e..0100cb8573 100644
--- a/http/lagrange/HISTORY
+++ b/http/lagrange/HISTORY
@@ -1,5 +1,6 @@
2021-09-19 Florian Franzmann <bwlf@bandrate.org>
* TRIGGERS: add trigger for openssl
+ * BUILD: fix build error with openssl 3
2021-09-04 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 1.6.5