mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
This tests that with RTLD_DEEPBIND, symbols are looked up in all of the
object's needed objects before the global object.
PR: 275393
Reviewed by: kib
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
(cherry picked from commit d9c543b6b0)
10 lines
176 B
Makefile
10 lines
176 B
Makefile
|
|
SHLIB?= val
|
|
SHLIB_MAJOR= 0
|
|
|
|
LIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
|
|
SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
|
|
|
|
SRCS= libval.c
|
|
|
|
.include <bsd.lib.mk>
|