fix krb5 (can't do shared build with zig)

This commit is contained in:
henderkes
2026-02-20 16:47:01 +07:00
parent 17d699d4a5
commit 2511ee8a4c
3 changed files with 14 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ LD=${SPC_LINUX_DEFAULT_LD}
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
SPC_DEFAULT_C_FLAGS="-fPIC -Os"
SPC_DEFAULT_CXX_FLAGS="-fPIC -Os"
SPC_DEFAULT_LD_FLAGS="-Wl,--as-needed"
SPC_DEFAULT_LD_FLAGS="-Wl,--as-needed -Wl,--undefined-version"
; upx executable path
UPX_EXEC=${PKG_ROOT_PATH}/bin/upx
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches