1
0
mirror of https://github.com/openbsd/src.git synced 2026-05-01 09:37:02 +00:00

rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit

This commit is contained in:
tb
2024-10-15 21:03:10 +00:00
parent 9445c5e0bc
commit 813289421d

View File

@@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1 2024/09/04 04:34:14 tb Exp $
# $OpenBSD: Makefile,v 1.2 2024/10/15 21:03:10 tb Exp $
EOPENSSL = eopenssl32
LDADD += -Wl,-rpath,/usr/local/lib/${EOPENSSL} -L/usr/local/lib/${EOPENSSL}
CFLAGS += -I${.CURDIR}/ -I/usr/local/include/${EOPENSSL}/
CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED
.PATH: ${.CURDIR}/..