mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
make: statically link
This commit is contained in:
parent
873153e405
commit
17c816673e
@ -1,5 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export CFLAGS="$CFLAGS -static"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user