From: William Roberts <william.c.roberts@xxxxxxxxx> symver does not work on Mac, so like Android, just disable it. Signed-off-by: William Roberts <william.c.roberts@xxxxxxxxx> --- libsepol/cil/src/dso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsepol/cil/src/dso.h b/libsepol/cil/src/dso.h index a06e349..64a162c 100644 --- a/libsepol/cil/src/dso.h +++ b/libsepol/cil/src/dso.h @@ -1,7 +1,7 @@ #ifndef _SEPOL_DSO_H #define _SEPOL_DSO_H 1 -#if !defined(SHARED) || defined(ANDROID) +#if !defined(SHARED) || defined(ANDROID) || defined(__APPLE__) #define DISABLE_SYMVER 1 #endif -- 1.9.1 _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.