repo/core/m4/build

10 lines
111 B
Plaintext
Raw Normal View History

2019-05-14 20:05:50 +00:00
#!/bin/sh -e
2019-05-13 14:32:56 +00:00
2020-09-30 07:12:45 +00:00
export CFLAGS="$CFLAGS -static"
./configure \
--prefix=/usr
make
2023-03-02 14:40:00 +00:00
make DESTDIR="$1" install