summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-20 18:39:04 +0200
committerDavid Kupka <dkupka@redhat.com>2016-10-24 13:30:12 +0200
commitc954d0e1ba2a9ba8e8da679bc7246788d086d976 (patch)
tree65bc6e10c25835781fdfb7e9909462ce7a726a39 /doc
parentf25c0cb0c5f309944904fd32e781c27ae7e45a62 (diff)
downloadfreeipa-c954d0e1ba2a9ba8e8da679bc7246788d086d976.tar.gz
freeipa-c954d0e1ba2a9ba8e8da679bc7246788d086d976.tar.xz
freeipa-c954d0e1ba2a9ba8e8da679bc7246788d086d976.zip
Build docs: update platform selection instructions
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/guide.org8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/guide/guide.org b/doc/guide/guide.org
index 2e852a964..7a879ddb7 100644
--- a/doc/guide/guide.org
+++ b/doc/guide/guide.org
@@ -1002,14 +1002,10 @@ build and distribute software packages using platform-provided package managemen
With this in mind, platform code selection in FreeIPA is static and run at package
production time. In order to select proper platform provider, one needs to pass
-~SUPPORTED_PLATFORM~ argument to FreeIPA's make process:
+~--with-ipaplatform~ argument to FreeIPA's configure process:
#+BEGIN_EXAMPLE
-export SUPPORTED_PLATFORM=fedora16
-# Force re-generate of platform support
-rm -f ipapython/services.py
-make version-update
-make IPA_VERSION_IS_GIT_SNAPSHOT=no all
+./configure --with-ipaplatform=fedora
#+END_EXAMPLE
~version-update~ target in FreeIPA top-level Makefile will re-create ipapython/services.py