Page MenuHomeFreeBSD

D24233.diff
No OneTemporary

D24233.diff

Index: lib/libbearssl/Makefile.depend
===================================================================
--- lib/libbearssl/Makefile.depend
+++ lib/libbearssl/Makefile.depend
@@ -2,7 +2,6 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
include/xlocale \
lib/${CSU_DIR} \
Index: lib/libveriexec/Makefile
===================================================================
--- lib/libveriexec/Makefile
+++ lib/libveriexec/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
LIB= veriexec
MAN= veriexec.3
Index: share/mk/src.libnames.mk
===================================================================
--- share/mk/src.libnames.mk
+++ share/mk/src.libnames.mk
@@ -222,18 +222,18 @@
.endif
.if ${MK_BEARSSL} == "yes"
-_INTERNALLIBS+= \
+_LIBRARIES+= \
bearssl \
secureboot \
-LIBBEARSSL?= ${LIBBEARSSLDIR}/libbearssl${PIE_SUFFIX}.a
-LIBSECUREBOOT?= ${LIBSECUREBOOTDIR}/libsecureboot${PIE_SUFFIX}.a
+LIBBEARSSL?= ${LIBBEARSSLDIR}/libbearssl.a
+LIBSECUREBOOT?= ${LIBSECUREBOOTDIR}/libsecureboot.a
.endif
.if ${MK_VERIEXEC} == "yes"
-_INTERNALLIBS+= veriexec
+_LIBRARIES+= veriexec
-LIBVERIEXEC?= ${LIBVERIEXECDIR}/libveriexec${PIE_SUFFIX}.a
+LIBVERIEXEC?= ${LIBVERIEXECDIR}/libveriexec.a
.endif
# Each library's LIBADD needs to be duplicated here for static linkage of

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 4:33 PM (14 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31851002
Default Alt Text
D24233.diff (1 KB)

Event Timeline