We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f469e commit 5c69109Copy full SHA for 5c69109
1 file changed
build-static.sh
@@ -91,9 +91,8 @@ if [ "${os}" = "linux" ] && { [[ "${arch}" =~ "aarch" ]] || [[ "${arch}" =~ "arm
91
fpic="-fPIC"
92
fpie="-fPIE"
93
94
- if [ -z "${DEBUG_SYMBOLS}" ]; then
95
- export SPC_PHP_DEFAULT_OPTIMIZE_CFLAGS="-g -fstack-protector-strong -fPIC -fPIE -Os -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
96
- fi
+ # FIXME: temporary workaround because pre-built poackages aren't compiled wiht -fPIC yet
+ SPC_OPT_DOWNLOAD_ARGS="--ignore-cache-sources=php-src --retry 5"
97
else
98
fpic="-fpic"
99
fpie="-fpie"
0 commit comments