[packages] php5: predefine target endianess (#4560)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-08-12 00:14:50 +00:00
parent 566c91a0ec
commit 826418ea83

View File

@ -367,6 +367,9 @@ endef
depends on PHP5_LIBXML
endef
CONFIGURE_VARS += \
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
PKG_CONFIGURE_OPTS:= \
--enable-shared \
--disable-static \