[SSSD] [PATCH] BUILD: Update bashrc macros

Lukas Slebodnik lslebodn at redhat.com
Tue Oct 29 17:54:56 UTC 2013


On (29/10/13 13:49), Stephen Gallagher wrote:
> * Stop using --target (unneeded)
> * Drop explicit use of --with-default-ccache* since we now pick it up
>   from libkrb5

>From d1741276994ba67bc21c61139b8be5cb51e95a57 Mon Sep 17 00:00:00 2001
>From: Stephen Gallagher <sgallagh at redhat.com>
>Date: Tue, 29 Oct 2013 13:45:43 -0400
>Subject: [PATCH] BUILD: Update bashrc macros
>
> * Stop using --target (unneeded)
> * Drop explicit use of --with-default-ccache* since we now pick it up
>   from libkrb5
>---
> contrib/fedora/bashrc_sssd | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
>diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd
>index d0e238f34086921d57c578b177cce7869fba1ba3..e2132ef7aa93a6144959b436f56e0ec3a02e834e 100644
>--- a/contrib/fedora/bashrc_sssd
>+++ b/contrib/fedora/bashrc_sssd
>@@ -26,8 +26,8 @@ PROCESSORS=$(/usr/bin/getconf _NPROCESSORS_ONLN)
> alias fedconfig='../configure \
>                      --build=$SSS_ARCH-unknown-linux-gnu \
>                      --host=$SSS_ARCH-unknown-linux-gnu \
>-                     --target=$SSS_ARCH-redhat-linux-gnu \
                        ^^^^^^^^
                Did you want to remove this line?

>-                     --program-prefix= --prefix=/usr \
>+                     --program-prefix= \
>+                     --prefix=/usr \
>                      --exec-prefix=/usr \
>                      --bindir=/usr/bin \
>                      --sbindir=/usr/sbin \
>@@ -46,8 +46,6 @@ alias fedconfig='../configure \
>                      --with-initscript=systemd \
>                      --with-test-dir=/dev/shm \
>                      --enable-all-experimental-features \
>-                     --with-default-ccache-dir=/run/user/%U \
>-                     --with-default-ccname-template=DIR:%d/ccdir \
>                      --cache-file=/tmp/fedconfig.cache \
>                      $SSSD_NO_MANPAGES'

LS



More information about the sssd-devel mailing list