mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/rasdaemon: upgrade to 0.6.4
Enable some more event reporters.
This commit is contained in:
parent
27365afdd3
commit
6e79de6522
@ -1,7 +1,7 @@
|
||||
# Contributor: Henrik Riomar <henrik.riomar@gmail.com>
|
||||
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
|
||||
pkgname=rasdaemon
|
||||
pkgver=0.6.3
|
||||
pkgver=0.6.4
|
||||
pkgrel=0
|
||||
pkgdesc="utility to receive RAS error tracings"
|
||||
url="http://www.infradead.org/~mchehab/rasdaemon/"
|
||||
@ -21,7 +21,6 @@ install=""
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-openrc"
|
||||
source="https://www.infradead.org/~mchehab/rasdaemon/rasdaemon-$pkgver.tar.bz2
|
||||
libargp.patch
|
||||
ras-diskerror.patch
|
||||
$pkgname.initd
|
||||
"
|
||||
builddir="$srcdir/rasdaemon-$pkgver"
|
||||
@ -39,11 +38,14 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--enable-abrt-report \
|
||||
--enable-aer \
|
||||
--enable-devlink \
|
||||
--enable-diskerror \
|
||||
--enable-extlog \
|
||||
--enable-hisi-ns-decode \
|
||||
--enable-mce \
|
||||
--enable-non-standard \
|
||||
--enable-sqlite3
|
||||
make
|
||||
}
|
||||
@ -59,7 +61,6 @@ package() {
|
||||
"$pkgdir"/etc/init.d/$pkgname
|
||||
}
|
||||
|
||||
sha512sums="c032060cf824abbafc44fafecb9dbb753bdd7fa46d2dc7d0bce85f3d617a0378298c765c0390e1c24d9f8e5316995cf8dae0643e5245a2600ac3eabcf8fe6057 rasdaemon-0.6.3.tar.bz2
|
||||
sha512sums="331eada9a6033d7da319a8c8a712b693db407a91a4cdd17fb482fab2472f62d3cd1571fb2e1a3bed95551632f74a448704ccba4419c91593a1ac54619835594a rasdaemon-0.6.4.tar.bz2
|
||||
83a484ab7b19dc22c2dae7636929379a70d775194566ee98012a783c7a2afa0b216ebe8b49f34f05bfe395f8f1e434ca7e739991943514faf3888689a284b781 libargp.patch
|
||||
813c8dfec1d3ddcedfa71f6ac423c52e324de5a2818b76280fe7eff8f4e3c80e44cc0ef413ec76b5f9c6743dc1fd629f7b2313fa8487b4c4ee024a3e2d327769 ras-diskerror.patch
|
||||
edee5b32765b3c89ab82e5cd410b0b381aa58470fdaed3a94516aa954845123b661a4923435f7d0bc9c33fb9b1e42a611dc1aa629a5db7d3e431164e4cd432cf rasdaemon.initd"
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
--- a/ras-diskerror-handler.c
|
||||
+++ b/ras-diskerror-handler.c
|
||||
@@ -18,6 +18,9 @@
|
||||
#define _GNU_SOURCE
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#ifndef __dev_t_defined
|
||||
+#include <sys/types.h>
|
||||
+#endif /* __dev_t_defined */
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <sys/sysmacros.h>
|
||||
Loading…
x
Reference in New Issue
Block a user