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