mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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 <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
346ccf51dd
commit
83f85c9ad6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user