From 6176dff4710bef40ef1e3e7dc6361e90211461d8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 30 Dec 2016 22:28:35 +0000 Subject: Also link with -ltls -lssl -lcrypto, in case the instbin binary contains calls to those libraries. --- distrib/miniroot/makeconf.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/miniroot') diff --git a/distrib/miniroot/makeconf.awk b/distrib/miniroot/makeconf.awk index 45316518fbd..cb2d7b3eb22 100644 --- a/distrib/miniroot/makeconf.awk +++ b/distrib/miniroot/makeconf.awk @@ -1,4 +1,4 @@ -# $OpenBSD: makeconf.awk,v 1.22 2015/11/14 23:44:26 deraadt Exp $ +# $OpenBSD: makeconf.awk,v 1.23 2016/12/30 22:28:34 deraadt Exp $ # # generate crunchgen(1) configuration file from `list' spec. @@ -6,7 +6,7 @@ BEGIN { printf("#\n# This file is automatically generated by `makeconf'\n#\n\n"); - libs = "libs -lstubs -lutil -lm -lc"; + libs = "libs -lstubs -lutil -lm -lc -ltls -lssl -lcrypto"; } $1 == "LIBS" { -- cgit v1.2.3