commit 5e6b809
chld
·
2026-09-01 12:09:32 +0000 UTC
parent 1b42645
foot: static linking
1 files changed,
+4,
-1
+4,
-1
1@@ -3,6 +3,9 @@ NAME=foot
2 VERSION=1.27.0
3 RELEASE=1
4 SOURCE="https://codeberg.org/dnkl/foot/releases/download/1.27.0/foot-1.27.0.tar.gz"
5-BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static -Dterminfo=disabled -Ddefault-terminfo=st-256color"
6+BUILD_OPT="-Dthemes=true -Dtests=false -Dime=false -Dprefix=/ -Ddefault_library=static -Dterminfo=disabled -Ddefault-terminfo=st-256color"
7+prebuild(){
8+ export CFLAGS='-static' LDFLAGS='-static'
9+}
10
11 . ${0%/*}/../../libsh/libdmake.sh