Bjorn Leffler has uploaded this change for review.
Give MY_RTLD_FLAGS a fallback definition
The #if/#elif chain covers LINUX and FREEBSD only, so on any other platform
MY_RTLD_FLAGS is left undefined and the two dlopen() calls in this file fail
to compile.
RTLD_DEEPBIND is a glibc extension, so the FREEBSD arm already holds the
portable flags. Turning it into #else covers every other platform without
changing what LINUX or FREEBSD get.
Change-Id: I0957eea5382e23e1477a9d378550b65ef825083d
Signed-off-by: Bjorn Leffler <github@leffler.org>
---
M src/config_parsing/conf_url.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/66/1246766/1
To view, visit change 1246766. To unsubscribe, or for help writing mail filters, visit settings.