Skip to content

Commit

Permalink
tur/php7.2: revbump to rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Williams <[email protected]>
  • Loading branch information
2096779623 committed Jul 2, 2023
1 parent 0149e40 commit c6d2d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tur/php7.2/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Server-side, HTML-embedded scripting language"
TERMUX_PKG_LICENSE="PHP-3.0"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION=7.2.34
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d8379903
TERMUX_PKG_SRCURL=https://secure.php.net/distributions/php-${TERMUX_PKG_VERSION}.tar.xz
# Build native php for phar to build (see pear-Makefile.frag.patch):
Expand Down Expand Up @@ -59,6 +60,8 @@ termux_step_pre_configure() {
CPPFLAGS+=" -DGD_FLIP_HORINZONTAL=2"
CPPFLAGS+=" -DGD_FLIP_BOTH=3"
CPPFLAGS+=" -DU_DEFINE_FALSE_AND_TRUE=1"
CPPFLAGS+=" -Wno-implicit-function-declaration"
CPPFLAGS+=" -Wno-incompatible-function-pointer-types"

if [ "$TERMUX_ARCH" = "aarch64" ]; then
CFLAGS+=" -march=armv8-a+crc"
Expand Down

0 comments on commit c6d2d97

Please sign in to comment.