commit 4d4f495
chld
·
2026-09-01 12:30:09 +0000 UTC
parent 9a61bba
dvtm: static
1 files changed,
+1,
-1
+1,
-1
1@@ -5,7 +5,7 @@ RELEASE=1
2 SOURCE="https://github.com/micha/${NAME}"
3
4 build(){
5- sed -i 's/\${CC}/${CC} -static' Makefile
6+ sed -i 's/\${CC}/${CC} -static/g' Makefile
7 CC=cc CFLAGS=-static LDFLAGS=-static DESTDIR="$PKG" PREFIX="$PREFIX" make
8 CC=cc CFLAGS=-static LDFLAGS=-static DESTDIR="$PKG" PREFIX="$PREFIX" make install
9 }