vlib: fix use of RTLD_DEEPBIND for musl 59/40759/5
authorEric Sun <[email protected]>
Wed, 2 Feb 2022 18:53:34 +0000 (10:53 -0800)
committerDamjan Marion <[email protected]>
Mon, 6 May 2024 11:55:39 +0000 (11:55 +0000)
commitee98c9dd8ed82334f0082778e56ef3a120db70e2
tree4b7da024e2c91cbb38b4966eda5379c456989e0b
parentc353b3622bd25e51b650fed3b31d1897235ca573
vlib: fix use of RTLD_DEEPBIND for musl

RTLD_DEEPBIND only exists in glibc. If it isn't defined we can just
ignore it.

Type: fix
Change-Id: I5b2d65b2462020808635b057d5f7665fb75a2444
Signed-off-by: Pierre Pfister <[email protected]>
Signed-off-by: Eric Sun <[email protected]>
src/vlib/unix/plugin.c