From 21a2c1b6b03038d9f66396ef14e7edc3ce6ea8c9 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Thu, 5 Oct 2017 13:09:08 +0300 Subject: [PATCH] libcrypto: add BUILDFIRST upstream already has this since libressl-v2.6.0 in openbsd --- lib/libcrypto/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 289afee47f..6908664687 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -428,6 +428,8 @@ SRCS+= wp_block.c all beforedepend: ${GENERATED} +BUILDFIRST = ${GENERATED} + .include "compat.mk" .include -- 2.11.4.GIT