summaryrefslogtreecommitdiff
path: root/system/libelf/APKBUILD
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-01-06 15:51:19 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2022-05-01 17:06:43 -0500
commitd2cb97d825484349a7272cf8c4553841f4781637 (patch)
tree20bfa978eceaba8eae64e7203c87e7fc6a0b9b5e /system/libelf/APKBUILD
parentc27c06e34f0c5f7aabb278218e85672393cb6354 (diff)
downloadpackages-d2cb97d825484349a7272cf8c4553841f4781637.tar.gz
packages-d2cb97d825484349a7272cf8c4553841f4781637.tar.bz2
packages-d2cb97d825484349a7272cf8c4553841f4781637.tar.xz
packages-d2cb97d825484349a7272cf8c4553841f4781637.zip
system/libelf: patch headers to help kernel build. become maintainer.
Diffstat (limited to 'system/libelf/APKBUILD')
-rw-r--r--system/libelf/APKBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/system/libelf/APKBUILD b/system/libelf/APKBUILD
index 3ff6f8583..266591533 100644
--- a/system/libelf/APKBUILD
+++ b/system/libelf/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
-# Maintainer:
+# Maintainer: Zach van Rijn <me@zv.io>
pkgname=libelf
pkgver=0.8.13
-pkgrel=4
+pkgrel=5
pkgdesc="ELF object file access library"
url=" " # Dead upstream: http://www.mr511.de/software/
arch="all"
@@ -10,7 +10,9 @@ license="LGPL-2.0+"
depends=""
makedepends=""
subpackages="$pkgname-dev"
-source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz"
+source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.gz
+ preprocessor-warnings.patch
+"
prepare() {
default_prepare
@@ -36,4 +38,5 @@ package() {
make install prefix="$pkgdir"/usr
}
-sha512sums="d2a4ea8ccc0bbfecac38fa20fbd96aefa8e86f8af38691fb6991cd9c5a03f587475ecc2365fc89a4954c11a679d93460ee9a5890693112f6133719af3e6582fe libelf-0.8.13.tar.gz"
+sha512sums="d2a4ea8ccc0bbfecac38fa20fbd96aefa8e86f8af38691fb6991cd9c5a03f587475ecc2365fc89a4954c11a679d93460ee9a5890693112f6133719af3e6582fe libelf-0.8.13.tar.gz
+6f5e4a50c1fee7bae39c7fca237bbcad005b2b865ff9fbd835c7772f92f4a31324e958b7c583a378a5069eb5c43500d9a8881013f0a7a169310efba75b2f01e8 preprocessor-warnings.patch"