mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 20:12:44 +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.
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:
parent
2646dd6659
commit
68cda3edb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user