diff options
Diffstat (limited to 'testing/rasdaemon/libargp.patch')
| -rw-r--r-- | testing/rasdaemon/libargp.patch | 11 |
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 \ |
