From 132c00b0d1d84daa34ca44130a792a057ed49c01 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 25 May 2017 11:47:58 +0200 Subject: Latest versions need the -n option to specify the bootstrap symbol. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README b/README index 97c6ebc..8b6ffe1 100644 --- a/README +++ b/README @@ -334,7 +334,8 @@ Building from sources When building from sources, command - apxs -i -a -c $(pkg-config --cflags dbus-1) $(pkg-config --libs dbus-1) \ + apxs -n lookup_identity -i -a -c $(pkg-config --cflags dbus-1) \ + $(pkg-config --libs dbus-1) \ -Wc,"-Wall -pedantic -std=c99" mod_lookup_identity.c should build and install the module. @@ -342,7 +343,8 @@ should build and install the module. If the available version of sssd does not provide or is not configured to provide the ifp dbus service, compile with - apxs -DNO_USER_ATTR -i -a -c -Wc,"-Wall -pedantic -std=c99" \ + apxs -DNO_USER_ATTR -i -a -n lookup_identity + -c -Wc,"-Wall -pedantic -std=c99" \ mod_lookup_identity.c In that case, the LookupUserAttr functionality will not be compiled -- cgit