svn commit: r314330 - stable/10/lib/libmd

Andriy Gapon avg at FreeBSD.org
Mon Feb 27 10:10:46 UTC 2017


Author: avg
Date: Mon Feb 27 10:10:45 2017
New Revision: 314330
URL: https://svnweb.freebsd.org/changeset/base/314330

Log:
  MFC r285417: Add new include path for sha256.h

Modified:
  stable/10/lib/libmd/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libmd/Makefile
==============================================================================
--- stable/10/lib/libmd/Makefile	Mon Feb 27 08:58:27 2017	(r314329)
+++ stable/10/lib/libmd/Makefile	Mon Feb 27 10:10:45 2017	(r314330)
@@ -54,7 +54,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)


More information about the svn-src-stable-10 mailing list