kiss-mfavila-large/ports/unofficial/stable/pcc/build

14 lines
181 B
Bash
Executable File

#!/bin/sh -e
CFLAGS='-O2 -w -pipe'
./configure \
--prefix=/usr \
--enable-native
ln -s /bin/true ./strip
export PATH="$PWD:$PATH"
make
make DESTDIR="$1" install