mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Add /usr/local/lib to openssl's library search path
This allows building with the clang toolchain. We might consider a more global patch in the future for this, it seems a lot of packages need help to find /usr/local/lib.
This commit is contained in:
parent
0a04f4ae86
commit
b85c785c12
Notes:
sideshowbarker
2024-07-17 21:25:32 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/b85c785c121 Pull-request: https://github.com/SerenityOS/serenity/pull/11722 Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ depends=("zlib")
|
|||
configopts=("--prefix=/usr/local" "-DOPENSSL_SYS_SERENITY=1" "-DOPENSSL_USE_IPV6=0" "zlib" "threads" "no-tests" "no-asm" "serenity-generic")
|
||||
|
||||
configure() {
|
||||
export LDFLAGS="-L${SERENITY_INSTALL_ROOT}/usr/local/lib"
|
||||
run ./"$configscript" "${configopts[@]}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue