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.

Approved by:	so (markj@)
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 2646dd6659
commit 68cda3edb6

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