Bjorn Leffler has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1246766?usp=email )
Change subject: Give MY_RTLD_FLAGS a fallback definition
......................................................................
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(a)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
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1246766?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I0957eea5382e23e1477a9d378550b65ef825083d
Gerrit-Change-Number: 1246766
Gerrit-PatchSet: 1
Gerrit-Owner: Bjorn Leffler <github(a)leffler.org>