2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/core/libelf/build

11 lines
142 B
Plaintext
Raw Normal View History

2019-06-21 15:09:56 +00:00
#!/bin/sh -e
2019-07-06 14:04:12 +00:00
patch -p1 < preprocessor-warnings.patch
2019-06-21 15:09:56 +00:00
./configure \
--prefix=/usr \
2019-06-21 15:42:08 +00:00
--disable-nls
2019-06-21 15:09:56 +00:00
make
2019-06-21 15:42:08 +00:00
make prefix="$1/usr" install