summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2013-10-29 13:45:43 -0400
committerJakub Hrozek <jhrozek@redhat.com>2013-10-30 10:59:05 +0100
commitfd61e3e011cb4d116589874964b409630e1f68bd (patch)
tree4007d28639721031b26ee4893f6ab7bda0289128
parentdd9bc10aaeba7b7faf49246ddb5b4abf61f4654d (diff)
downloadsssd-fd61e3e011cb4d116589874964b409630e1f68bd.tar.gz
sssd-fd61e3e011cb4d116589874964b409630e1f68bd.tar.xz
sssd-fd61e3e011cb4d116589874964b409630e1f68bd.zip
BUILD: Update bashrc macros
* Stop using --target (unneeded) * Drop explicit use of --with-default-ccache* since we now pick it up from libkrb5
-rw-r--r--contrib/fedora/bashrc_sssd6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd
index d0e238f34..e2132ef7a 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 \
- --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'