- Explicitly set default POSIX2 version during configure stage.
This commit is contained in:
parent
a668f4ef68
commit
08c23faa58
@ -121,8 +121,8 @@ aclocal -I m4
|
|||||||
autoconf --force
|
autoconf --force
|
||||||
automake --copy --add-missing
|
automake --copy --add-missing
|
||||||
%configure --enable-largefile --with-afs %{?!nopam:--enable-pam} \
|
%configure --enable-largefile --with-afs %{?!nopam:--enable-pam} \
|
||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
|| :
|
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
|
||||||
make all %{?_smp_mflags} \
|
make all %{?_smp_mflags} \
|
||||||
%{?!nopam:CPPFLAGS="-DUSE_PAM"} \
|
%{?!nopam:CPPFLAGS="-DUSE_PAM"} \
|
||||||
su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
|
su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
|
||||||
@ -267,6 +267,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user