From 83f85c9ad6c439eb9676436a3e09c40c2813f1c1 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 1 Sep 2010 10:32:53 -0500 Subject: [PATCH] RedHat: Update openafs.spec for configure changes We no longer have the configure options --enable-disconnected and --with-krb5-conf. Remove them from the spec file and instead specify krb5-config via the KRB5_CONFIG variable. Change-Id: Ic9d9505f0526e38bf084683d9be3367851005a97 Reviewed-on: http://gerrit.openafs.org/2641 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/packaging/RedHat/openafs.spec.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/packaging/RedHat/openafs.spec.in b/src/packaging/RedHat/openafs.spec.in index f7fa34b322..d64eba1a1e 100644 --- a/src/packaging/RedHat/openafs.spec.in +++ b/src/packaging/RedHat/openafs.spec.in @@ -852,6 +852,11 @@ fi CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS +%if %{krb5support} +KRB5_CONFIG="%{krb5config}" +export KRB5_CONFIG +%endif + ./configure --with-afs-sysname=${sysname} \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ @@ -859,12 +864,11 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS --sbindir=%{_sbindir} \ --disable-strip-binaries \ --with-linux-kernel-packaging \ - --enable-disconnected \ %if %{build_modules} --with-linux-kernel-headers=${ksrc} \ %endif %if %{krb5support} - --with-krb5-conf=%{krb5config} \ + --with-krb5 \ %endif $config_opts \ || exit 1