- replace key length check patch with correct one.

This commit is contained in:
ikent 2006-06-19 08:07:21 +00:00
parent 62997c27b5
commit f5d96f2e89

View File

@ -33,6 +33,7 @@ Patch18: autofs-5.0.0_beta4-no-first-message.patch
Patch19: autofs-5.0.0_beta4-minor-doco.patch Patch19: autofs-5.0.0_beta4-minor-doco.patch
Patch20: autofs-5.0.0_beta4-bad-key-length.patch Patch20: autofs-5.0.0_beta4-bad-key-length.patch
Patch21: autofs-5.0.0_beta4-proc-pid-only.patch Patch21: autofs-5.0.0_beta4-proc-pid-only.patch
Patch22: autofs-5.0.0_beta4-bad-key-length-fix.patch
Buildroot: /var/tmp/autofs-tmp Buildroot: /var/tmp/autofs-tmp
BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, libxml2-devel, cyrus-sasl-devel
Prereq: chkconfig Prereq: chkconfig
@ -93,6 +94,7 @@ echo %{version}-%{release} > .version
%patch19 -p1 %patch19 -p1
%patch20 -p1 %patch20 -p1
%patch21 -p1 %patch21 -p1
%patch22 -p1
%build %build
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir} #CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=%{_libdir}