You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
|`SPC_CMD_VAR_PHP_CONFIGURE_CFLAGS`|`$SPC_DEFAULT_C_FLAGS`|`CFLAGS` variable of PHP `configure` command |
85
-
|`SPC_CMD_VAR_PHP_CONFIGURE_CPPFLAGS`|`-I$BUILD_INCLUDE_PATH`|`CPPFLAGS` variable of PHP `configure` command |
86
-
|`SPC_CMD_VAR_PHP_CONFIGURE_LDFLAGS`|`-L$BUILD_LIB_PATH`|`LDFLAGS` variable of PHP `configure` command |
87
-
|`SPC_CMD_VAR_PHP_CONFIGURE_LIBS`|`-ldl -lpthread`|`LIBS` variable of PHP `configure` command |
88
-
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS`|`-g0 -Os -fno-ident -fPIE` or `-g -O0 -fno-ident -fPIE` (the latter when using `--no-strip`) |`EXTRA_CFLAGS` variable of PHP `make` command |
89
-
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_LIBS`| empty | Extra `EXTRA_LIBS` variables for PHP `make` command |
90
-
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM`|`-all-static` (when using `clang`: `-Xcompiler -fuse-ld=lld -all-static`) | Additional `LDFLAGS` variable for `make` command |
|`SPC_CMD_VAR_PHP_CONFIGURE_CFLAGS`|`$SPC_DEFAULT_C_FLAGS`|`CFLAGS` variable of PHP `configure` command |
85
+
|`SPC_CMD_VAR_PHP_CONFIGURE_CPPFLAGS`|`-I$BUILD_INCLUDE_PATH`|`CPPFLAGS` variable of PHP `configure` command |
86
+
|`SPC_CMD_VAR_PHP_CONFIGURE_LDFLAGS`|`-L$BUILD_LIB_PATH`|`LDFLAGS` variable of PHP `configure` command |
87
+
|`SPC_CMD_VAR_PHP_CONFIGURE_LIBS`|`-ldl -lpthread`|`LIBS` variable of PHP `configure` command |
88
+
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS`|`-g0 -Os -fno-ident -fPIE` or `-g -O0 -fno-ident -fPIE` (the latter when using `--no-strip`) |`EXTRA_CFLAGS` variable of PHP `make` command |
89
+
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_LIBS`| empty | Extra `EXTRA_LIBS` variables for PHP `make` command |
90
+
|`SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM`|`-all-static` (when using `clang`: `-Xcompiler -fuse-ld=lld -all-static`) | Additional `LDFLAGS` variable for `make` command |
91
+
|`SPC_NO_MUSL_PATH`| empty | Whether to not insert the PATH of the musl toolchain (not inserted when the value is `yes`) |
92
92
> `{ld_lib_path}` value is `/usr/local/musl/$GNU_ARCH-linux-musl/lib`。
0 commit comments