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 <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
+%if %{krb5support}
+KRB5_CONFIG="%{krb5config}"
+export KRB5_CONFIG
+%endif
+
./configure --with-afs-sysname=${sysname} \
--prefix=%{_prefix} \
--libdir=%{_libdir} \
--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