Skip to content

Commit

Permalink
php-82: fix build for r151038
Browse files Browse the repository at this point in the history
  • Loading branch information
hadfl committed Jan 30, 2023
1 parent a2a6a52 commit 4cc719c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/php/build-82.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ SKIP_LICENCES=PHP
# record .... too long
export AWK

[ $RELVER -le 151038 ] && CONFIGURE_CMD="/usr/bin/bash ./configure --no-reexec"

MAJVER=${VER%.*} # M.m
sMAJVER=${MAJVER//./} # Mm
set_patchdir patches-$sMAJVER
Expand Down

0 comments on commit 4cc719c

Please sign in to comment.