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
This commit is contained in:
parent
776df104fa
commit
d0f0e0bd74
@ -14,7 +14,9 @@ MK_ASAN= no
|
||||
MK_SSP= no
|
||||
MK_UBSAN= no
|
||||
|
||||
.if !defined(NEED_COMPAT)
|
||||
CONFS= libmap.conf
|
||||
.endif
|
||||
PROG?= ld-elf.so.1
|
||||
.if (${PROG:M*ld-elf32*} != "")
|
||||
TAGS+= lib32
|
||||
|
Loading…
Reference in New Issue
Block a user