kiss-mfavila-large/ports/ecl/build

13 lines
229 B
Plaintext
Raw Normal View History

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