diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /core/libelf | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'core/libelf')
-rwxr-xr-x | core/libelf/build | 10 | ||||
-rw-r--r-- | core/libelf/checksums | 1 | ||||
-rw-r--r-- | core/libelf/sources | 1 | ||||
-rw-r--r-- | core/libelf/version | 1 |
4 files changed, 13 insertions, 0 deletions
diff --git a/core/libelf/build b/core/libelf/build new file mode 100755 index 00000000..a7a7f497 --- /dev/null +++ b/core/libelf/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +sed -i 's/-I/-isystem /g' libelf.pc.in + +./configure \ + --prefix=/usr \ + --enable-nls=auto + +make +make prefix="$1/usr" install diff --git a/core/libelf/checksums b/core/libelf/checksums new file mode 100644 index 00000000..46a6d9a8 --- /dev/null +++ b/core/libelf/checksums @@ -0,0 +1 @@ +591a9b4ec81c1f2042a97aa60564e0cb79d041c52faa7416acb38bc95bd2c76d libelf-0.8.13.tar.gz diff --git a/core/libelf/sources b/core/libelf/sources new file mode 100644 index 00000000..d8f130e7 --- /dev/null +++ b/core/libelf/sources @@ -0,0 +1 @@ +https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz diff --git a/core/libelf/version b/core/libelf/version new file mode 100644 index 00000000..5af15bd9 --- /dev/null +++ b/core/libelf/version @@ -0,0 +1 @@ +0.8.13 2 |