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

sed -i 's/-I/-isystem /g' libelf.pc.in

./configure \
    --prefix=/usr \
    --enable-nls=auto

make
make prefix="$1/usr" install