aboutsummaryrefslogtreecommitdiff
path: root/core/libelf
diff options
context:
space:
mode:
Diffstat (limited to 'core/libelf')
-rwxr-xr-xcore/libelf/build10
-rw-r--r--core/libelf/checksums1
-rw-r--r--core/libelf/sources1
-rw-r--r--core/libelf/version1
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