repo/core/make/build
2023-03-05 17:34:06 -06:00

11 lines
133 B
Bash
Executable File

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