mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
If building and installing libdescrypt, do it first so that the symlinks
point to it rather than libscrypt. This was how it was done prior to libscrypt being added in. This should stop more people getting burnt with the /usr/lib -> /usr/lib/aout transition, and the same when the ELF libs come online.
This commit is contained in:
parent
989c137029
commit
c932f88612
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36428
@ -1,5 +1,5 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||
# $Id: Makefile,v 1.67 1998/05/03 05:06:13 peter Exp $
|
||||
# $Id: Makefile,v 1.68 1998/05/13 22:54:03 jb Exp $
|
||||
|
||||
# To satisfy shared library or ELF linkage when only the libraries being
|
||||
# built are visible:
|
||||
@ -31,9 +31,10 @@ _libc_r= libc_r
|
||||
|
||||
# Build both libraries. They have different names, so no harm,
|
||||
# and this avoids having stale libscrypt.*
|
||||
_libcrypt= libcrypt
|
||||
.if exists(${.CURDIR}/../secure) && !defined(NOSECURE) && !defined(NOCRYPT)
|
||||
_libcrypt+= ../secure/lib/libcrypt
|
||||
_libcrypt= ../secure/lib/libcrypt libcrypt
|
||||
.else
|
||||
_libcrypt= libcrypt
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
|
Loading…
x
Reference in New Issue
Block a user