aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libelf.sh
blob: e5323e0458d85b2ceedae6f1cb32224d3ef71eed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

./configure --prefix=/usr \
            --disable-debuginfod \
            --enable-libdebuginfod=dummy \
            --libdir=/lib &&

make &&

make -C libelf -j1 install &&
install -vm644 config/libelf.pc /usr/lib/pkgconfig &&
rm /lib/libelf.a