repo/core/libelf/build

11 lines
146 B
Plaintext
Raw Normal View History

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