aboutsummaryrefslogtreecommitdiff
path: root/extra/libffi/build
blob: 71ad38f4190cbf554b39b4e12a7181f2f727fd40 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --with-pic \
    --disable-shared

make
make DESTDIR="$1" install