summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-20 01:41:46 -0800
committerMichael Forney <mforney@mforney.org>2016-12-20 01:55:33 -0800
commit2d73ad9b5b0e62b26002f73857d9f2c921246c1b (patch)
tree47dd3e9b94cb1b096a2f34df943a5894624f0915
parent9f7d7c409f438767eaeff0bf466e8fe7d88cc18e (diff)
libressl: Declare dependency on headers
-rw-r--r--pkg/libressl/gen.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/libressl/gen.rc b/pkg/libressl/gen.rc
index 16283672..6e7e1016 100644
--- a/pkg/libressl/gen.rc
+++ b/pkg/libressl/gen.rc
@@ -272,7 +272,7 @@ lib libcrypto.a -d '$dir'/headers src/lib/libcrypto/^(\
file lib/libcrypto.a '$outdir'/libcrypto.a 644
# src/lib/libssl/ssl/Makefile
-lib libssl.a src/lib/libssl/^(\
+lib libssl.a -d '$dir'/headers src/lib/libssl/^(\
s3_srvr.c s3_clnt.c s3_lib.c s3_pkt.c s3_both.c \
s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \
t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c \
@@ -290,7 +290,7 @@ lib libssl.a src/lib/libssl/^(\
file lib/libssl.a '$outdir'/libssl.a 644
# src/usr.bin/openssl/Makefile
-exe openssl src/usr.bin/openssl/^(\
+exe openssl -d '$dir'/headers src/usr.bin/openssl/^(\
apps.c apps_posix.c asn1pars.c ca.c certhash.c ciphers.c crl.c\
crl2p7.c dgst.c dh.c dhparam.c dsa.c dsaparam.c ec.c ecparam.c enc.c\
errstr.c gendh.c gendsa.c genpkey.c genrsa.c nseq.c ocsp.c\