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

sed 's/-I/-isystem /g' libelf.pc.in > libelf.pc.in.bak && mv libelf.pc.in.bak libelf.pc.in

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

make
make prefix="$1/usr" install