mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
configure/autoconf_cache: endian fix in ppc32
This commit is contained in:
parent
b5fd7971b5
commit
ad7ab5c568
1 changed files with 4 additions and 2 deletions
|
@ -196,8 +196,10 @@ ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr='yes'}
|
||||||
# vim
|
# vim
|
||||||
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
|
ac_cv_sizeof_int=${ac_cv_sizeof_int='4'}
|
||||||
|
|
||||||
#modphp
|
#modphp
|
||||||
ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
|
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
|
||||||
|
ac_cv_c_bigendian_php=${ac_cv_c_bigendian_php=yes}
|
||||||
|
fi
|
||||||
ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
|
ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}
|
||||||
|
|
||||||
# apache2 (note other apache stanza in this file)
|
# apache2 (note other apache stanza in this file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue