From c954d0e1ba2a9ba8e8da679bc7246788d086d976 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 20 Oct 2016 18:39:04 +0200 Subject: [PATCH] Build docs: update platform selection instructions https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Stanislav Laznicka Reviewed-By: Christian Heimes --- doc/guide/guide.org | 8 ++------ 1 file 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