mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
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
This commit is contained in:
parent
41e1f58829
commit
f2a208ef80
4
Makefile
4
Makefile
@ -1,4 +1,4 @@
|
||||
# $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 $
|
||||
|
||||
#
|
||||
# For more information on building in tricky environments, please see
|
||||
@ -88,9 +88,11 @@ do-build:
|
||||
cd ${.CURDIR}/lib && \
|
||||
su ${BUILDUSER} -c 'exec ${MAKE}' && \
|
||||
NOMAN=1 exec ${MAKE} install
|
||||
/sbin/ldconfig -R
|
||||
cd ${.CURDIR}/gnu/lib && \
|
||||
su ${BUILDUSER} -c 'exec ${MAKE}' && \
|
||||
NOMAN=1 exec ${MAKE} install
|
||||
/sbin/ldconfig -R
|
||||
su ${BUILDUSER} -c 'exec ${MAKE}' && \
|
||||
exec ${MAKE} install
|
||||
/bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}
|
||||
|
Loading…
Reference in New Issue
Block a user