Skip to content

Commit f2a208e

Browse files
author
deraadt
committed
minor cranking of libraries exposes a problem, details too long to explain.
Run ldconfig -R after installing base libraries, and once again after installing gnu libraries. ok kettenis
1 parent 41e1f58 commit f2a208e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: Makefile,v 1.135 2019/12/21 21:39:59 espie Exp $
1+
# $OpenBSD: Makefile,v 1.136 2020/04/05 20:14:14 deraadt Exp $
22

33
#
44
# For more information on building in tricky environments, please see
@@ -88,9 +88,11 @@ do-build:
8888
cd ${.CURDIR}/lib && \
8989
su ${BUILDUSER} -c 'exec ${MAKE}' && \
9090
NOMAN=1 exec ${MAKE} install
91+
/sbin/ldconfig -R
9192
cd ${.CURDIR}/gnu/lib && \
9293
su ${BUILDUSER} -c 'exec ${MAKE}' && \
9394
NOMAN=1 exec ${MAKE} install
95+
/sbin/ldconfig -R
9496
su ${BUILDUSER} -c 'exec ${MAKE}' && \
9597
exec ${MAKE} install
9698
/bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}

0 commit comments

Comments
 (0)