2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/libelf/build
2020-03-05 19:36:05 +02:00

11 lines
145 B
Bash
Executable File

#!/bin/sh -e
sed -i 's/-I/-isystem /g' libelf.pc.in
./configure \
--prefix=/usr \
--enable-nls=auto
make
make prefix="$1/usr" install