summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2017-05-25 11:47:58 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2017-05-25 11:47:58 +0200
commit132c00b0d1d84daa34ca44130a792a057ed49c01 (patch)
tree17f3d6b171b1f9faad268e68b589c1c4c7e7481f
parent409722368767fe657e6f91cffa466a4c15149174 (diff)
downloadmod_lookup_identity-132c00b0d1d84daa34ca44130a792a057ed49c01.tar.gz
mod_lookup_identity-132c00b0d1d84daa34ca44130a792a057ed49c01.tar.xz
mod_lookup_identity-132c00b0d1d84daa34ca44130a792a057ed49c01.zip
Latest versions need the -n option to specify the bootstrap symbol.
-rw-r--r--README6
1 files 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