kiss-mfavila-large/ports/unofficial/rolling/tcc-git/build

13 lines
203 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix=/usr \
--cc="${CC:-cc}" \
2022-08-23 20:40:30 +00:00
--config-musl \
--enable-static
sed -i 's/-DC2STR/${CFLAGS} ${LDFLAGS} -DC2STR/g' Makefile
make
make DESTDIR="$1" install