We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e1f58 commit f2a208eCopy full SHA for f2a208e
Makefile
@@ -1,4 +1,4 @@
1
-# $OpenBSD: Makefile,v 1.135 2019/12/21 21:39:59 espie Exp $
+# $OpenBSD: Makefile,v 1.136 2020/04/05 20:14:14 deraadt Exp $
2
3
#
4
# For more information on building in tricky environments, please see
@@ -88,9 +88,11 @@ do-build:
88
cd ${.CURDIR}/lib && \
89
su ${BUILDUSER} -c 'exec ${MAKE}' && \
90
NOMAN=1 exec ${MAKE} install
91
+ /sbin/ldconfig -R
92
cd ${.CURDIR}/gnu/lib && \
93
94
95
96
97
exec ${MAKE} install
98
/bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
0 commit comments