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

13 lines
229 B
Plaintext
Raw Normal View History

2021-06-13 15:07:03 -04:00
#!/bin/sh -e
2021-12-23 22:47:26 -05:00
#Force simple CFLAGS and override LDFLAGS to ensure successful build
LDFLAGS=$(echo $LDFLAGS|sed 's/-pie//')
CFLAGS="-O2 -w -pipe "
2021-06-30 00:11:24 -04:00
CXXFLAGS="$CFLAGS"
2021-06-13 15:07:03 -04:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install