2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/core/make/build
Owen Rafferty 5ea9f8e149
make: 4.4
2022-10-31 10:32:30 -05:00

11 lines
120 B
Bash
Executable File

#!/bin/sh -e
export LDFLAGS="$LDFLAGS -static"
./configure \
--prefix=/usr \
--disable-nls
make
make install