Skip to content

Commit

Permalink
rtld-elf: Don't install libmap.conf with rtld-elf-debug
Browse files Browse the repository at this point in the history
Otherwise the package plist generated for the clibs package contains two
entries for /etc/libmap.conf, which pkg rejects.
  • Loading branch information
markjdb committed Aug 14, 2024
1 parent 166998f commit 3a4fd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/rtld-elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CHERI_LIB_C18N=
CFLAGS+=-DCHERI_LIB_C18N
.endif

.if !defined(NEED_COMPAT)
.if !defined(NEED_COMPAT) && !defined(BUILD_RTLD_DEBUG)
CONFS= libmap.conf
.endif
PROG?= ld-elf.so.1
Expand Down

0 comments on commit 3a4fd18

Please sign in to comment.