aboutsummaryrefslogtreecommitdiff
path: root/core/otools/build
blob: 4d7e204443d0feef1a9ad408b510d6cfaa7cd578 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static"

./configure \
    --prefix=/usr \
    --with-system-zlib

make
make DESTDIR="$1" install