Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jul 2015 03:39:37 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285417 - head/lib/libmd
Message-ID:  <201507120339.t6C3dbS6007239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Sun Jul 12 03:39:36 2015
New Revision: 285417
URL: https://svnweb.freebsd.org/changeset/base/285417

Log:
  Add new include path for sha256.h
  
  This fixes the bootstrap build on FreeBSD 10.
  
  Submitted by:	andrew

Modified:
  head/lib/libmd/Makefile

Modified: head/lib/libmd/Makefile
==============================================================================
--- head/lib/libmd/Makefile	Sun Jul 12 00:26:22 2015	(r285416)
+++ head/lib/libmd/Makefile	Sun Jul 12 03:39:36 2015	(r285417)
@@ -48,7 +48,8 @@ CLEANFILES+=	md[245]hl.c md[245].ref md[
 # in which case:
 #   * macros are used to rename symbols to libcrypt internal names
 #   * no weak aliases are generated
-CFLAGS+= -I${.CURDIR} -DWEAK_REFS
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys/crypto/sha2
+CFLAGS+= -DWEAK_REFS
 .PATH: ${.CURDIR}/${MACHINE_ARCH} ${.CURDIR}/../../sys/crypto/sha2
 
 .if exists(${MACHINE_ARCH}/sha.S)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507120339.t6C3dbS6007239>