From 9f632bed73c8800af16a69c97bd4c315bd350f8b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 26 Aug 2016 17:20:06 +0200 Subject: build: Make libffi closure optional libffi's closure support is not available on all platforms and may fail at run time if running under a stricter SELinux policy. Fallback to pre-compiled closures if it is not usable. https://bugs.freedesktop.org/show_bug.cgi?id=97611 --- doc/manual/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index c161b19..ae59530 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -64,6 +64,7 @@ IGNORE_HFILES= \ rpc-message.h \ util.h \ virtual.h \ + virtual-fixed.h \ array.h \ compat.h \ $(NULL) -- cgit v1.1