1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

rtld: Do not install libmap.conf when installing the COMPAT32 version

This has the effect of installing the same file twice at the same location
and confuse pkgbase as we add this file twice in the package config part.

MFC after:  1 week
Sponsored by: Beckhoff Automation GmbH & Co. KG

(cherry picked from commit d0f0e0bd74)
This commit is contained in:
Emmanuel Vadot 2021-10-13 14:40:26 +02:00
parent e3f2519c5c
commit b6b9176030

View File

@ -11,7 +11,9 @@ PACKAGE= clibs
MK_PIE= no # Always position independent using local rules
MK_SSP= no
.if !defined(NEED_COMPAT)
CONFS= libmap.conf
.endif
PROG?= ld-elf.so.1
.if (${PROG:M*ld-elf32*} != "")
TAGS+= lib32