aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rasdaemon/libargp.patch
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2019-05-23 20:42:21 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-19 15:04:35 +0000
commit57a07cfa5cb3356b23c0c1f36a9488518857b7a4 (patch)
tree1b10b0e77d872ea6911b94801c2b3509fe8b1ba0 /testing/rasdaemon/libargp.patch
parent36ad51e89e8a49f093b2c200e85b63556f3593b8 (diff)
downloadaports-57a07cfa5cb3356b23c0c1f36a9488518857b7a4.tar.bz2
aports-57a07cfa5cb3356b23c0c1f36a9488518857b7a4.tar.xz
testing/rasdaemon: new aport
Diffstat (limited to 'testing/rasdaemon/libargp.patch')
-rw-r--r--testing/rasdaemon/libargp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/rasdaemon/libargp.patch b/testing/rasdaemon/libargp.patch
new file mode 100644
index 0000000000..6c2973a738
--- /dev/null
+++ b/testing/rasdaemon/libargp.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -47,7 +47,7 @@
+ if WITH_HISI_NS_DECODE
+ rasdaemon_SOURCES += non-standard-hisi_hip07.c
+ endif
+-rasdaemon_LDADD = -lpthread $(SQLITE3_LIBS) libtrace/libtrace.a
++rasdaemon_LDADD = -lpthread -largp $(SQLITE3_LIBS) libtrace/libtrace.a
+
+ include_HEADERS = config.h ras-events.h ras-logger.h ras-mc-handler.h \
+ ras-aer-handler.h ras-mce-handler.h ras-record.h bitfield.h ras-report.h \