This website requires JavaScript.
Explore
Help
Register
Sign In
bonsai
/
repo
Watch
4
Star
0
Fork
0
You've already forked repo
forked from
kiss-community/repo
Code
Issues
28
Pull Requests
2
Projects
Releases
Activity
f178beeb0c
repo
/
core
/
libelf
/
build
9 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
core: Added elfutils.
2019-06-21 09:09:56 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
core: Move to old libelf.
2019-06-21 09:42:08 -06:00
--disable-nls
core: Added elfutils.
2019-06-21 09:09:56 -06:00
make
core: Move to old libelf.
2019-06-21 09:42:08 -06:00
make prefix="$1/usr" install
Reference in New Issue
Copy Permalink