- Explicitly set default POSIX2 version during configure stage.

This commit is contained in:
Tim Waugh 2005-12-16 13:30:09 +00:00
parent a668f4ef68
commit 08c23faa58
1 changed files with 5 additions and 2 deletions

View File

@ -121,8 +121,8 @@ aclocal -I m4
autoconf --force
automake --copy --add-missing
%configure --enable-largefile --with-afs %{?!nopam:--enable-pam} \
--enable-selinux \
|| :
--enable-selinux \
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
make all %{?_smp_mflags} \
%{?!nopam:CPPFLAGS="-DUSE_PAM"} \
su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
@ -267,6 +267,9 @@ fi
/sbin/runuser
%changelog
* Fri Dec 16 2005 Tim Waugh <twaugh@redhat.com>
- Explicitly set default POSIX2 version during configure stage.
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt