PHP: fixed building on MacOSX with --ld-opt= option.

This commit is contained in:
Igor Sysoev
2018-05-30 18:31:26 +03:00
parent 38e40fa857
commit e54fb892a4
2 changed files with 5 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ END
nxt_test="$CC $CFLAGS $NXT_CFLAGS $NXT_CC_OPT $NXT_TEST_CFLAGS \
$nxt_feature_inc_path -o $NXT_AUTOTEST $NXT_AUTOTEST.c \
$NXT_LD_OPT $NXT_TEST_LIBS $nxt_feature_libs"
$nxt_feature_libs $NXT_LD_OPT $NXT_TEST_LIBS"
# /bin/sh -c "(...)" is to intercept "Killed", "Abort trap",
# "Segmentation fault", or other shell messages.