repo/extra/libelf/build

11 lines
145 B
Plaintext
Raw Normal View History

2019-06-21 15:09:56 +00:00
#!/bin/sh -e
2019-11-18 01:06:41 +00:00
sed -i 's/-I/-isystem /g' libelf.pc.in
2019-07-06 14:04:12 +00:00
2019-06-21 15:09:56 +00:00
./configure \
--prefix=/usr \
2019-10-05 14:54:07 +00:00
--enable-nls=auto
2019-06-21 15:09:56 +00:00
make
2019-06-21 15:42:08 +00:00
make prefix="$1/usr" install