23 lines
575 B
Diff
23 lines
575 B
Diff
|
|
From d076de030deb9cafd9b2e82be5d506cebdefad0b Mon Sep 17 00:00:00 2001
|
||
|
|
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||
|
|
Date: Mon, 27 Feb 2017 14:43:21 +0200
|
||
|
|
Subject: [PATCH 1/9] Fix build with musl C library.
|
||
|
|
|
||
|
|
Upstream-Status: Pending
|
||
|
|
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||
|
|
|
||
|
|
---
|
||
|
|
configure.ac | 3 ++-
|
||
|
|
rpmio/digest_nss.c | 1 +
|
||
|
|
2 files changed, 3 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
--- a/rpmio/digest_nss.c
|
||
|
|
+++ b/rpmio/digest_nss.c
|
||
|
|
@@ -1,5 +1,6 @@
|
||
|
|
#include "system.h"
|
||
|
|
|
||
|
|
+#include <signal.h>
|
||
|
|
#include <pthread.h>
|
||
|
|
#include <nss.h>
|
||
|
|
#include <sechash.h>
|