mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
This commit is contained in:
parent
776df104fa
commit
d0f0e0bd74
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue