blob: b960da6c31c64d609cde3e89d831639f2b41d1e5 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From d076de030deb9cafd9b2e82be5d506cebdefad0b Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Mon, 27 Feb 2017 14:43:21 +0200
Brad Bishop316dfdd2018-06-25 12:45:53 -04004Subject: [PATCH 1/9] Fix build with musl C library.
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop316dfdd2018-06-25 12:45:53 -04006Upstream-Status: Pending
Brad Bishop6e60e8b2018-02-01 10:27:11 -05007Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009---
Brad Bishop316dfdd2018-06-25 12:45:53 -040010 configure.ac | 3 ++-
11 rpmio/digest_nss.c | 1 +
12 2 files changed, 3 insertions(+), 1 deletion(-)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013
Brad Bishop316dfdd2018-06-25 12:45:53 -040014--- a/rpmio/digest_nss.c
15+++ b/rpmio/digest_nss.c
16@@ -1,5 +1,6 @@
17 #include "system.h"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050018
Brad Bishop316dfdd2018-06-25 12:45:53 -040019+#include <signal.h>
20 #include <pthread.h>
21 #include <nss.h>
22 #include <sechash.h>