git: Fix build with NO_OPENSSL set
John Marino
marino at crater.dragonflybsd.org
Wed Sep 7 23:26:12 PDT 2016
commit 82ae7067fc7cf43ff19ea78e572c205e1875d28e
Author: John Marino <draco at marino.st>
Date: Thu Sep 8 01:21:59 2016 -0500
Fix build with NO_OPENSSL set
In addition to several missing CFLAGS to point to the private libressl
headers, various issues related to libressl were fixed. These were
exposed by setting NO_OPENSSL in make.conf (and they were obscured
when the compiler found the original openssl headers).
Summary of changes:
Makefile.inc1 | 4 ++--
gnu/lib/Makefile | 5 ++++-
gnu/lib/libcryptsetup/Makefile | 1 +
gnu/lib/libluks/Makefile | 1 +
lib/Makefile | 9 ++++++---
lib/libdmsg/Makefile | 3 ++-
lib/libldns/Makefile | 1 +
lib/libtcplay/Makefile | 1 +
lib/libtelnet/Makefile | 1 +
lib/libtelnet/enc_des.c | 20 ++++++++++----------
lib/libtelnet/encrypt.h | 2 +-
lib/libtelnet/pk.c | 14 +++++++-------
lib/libtelnet/pk.h | 2 +-
libexec/dma/dma-mbox-create/Makefile | 1 +
sbin/mount_hammer2/Makefile | 1 +
secure/lib/libressl/Makefile | 2 +-
secure/usr.bin/bdes/Makefile | 1 +
usr.sbin/802_11/Makefile.crypto | 2 +-
18 files changed, 43 insertions(+), 28 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/82ae7067fc7cf43ff19ea78e572c205e1875d28e
--
DragonFly BSD source repository
More information about the Commits
mailing list