cd392c8a78
Update the rngd.service file and add 3 small upstream patches fixing issues. Resolves: rhbz#1965318 Signed-off-by: Vladis Dronov <vdronov@redhat.com>
27 lines
582 B
Diff
27 lines
582 B
Diff
From e00e2155ad04f8b3a964fd482bddd8c27b5b9999 Mon Sep 17 00:00:00 2001
|
|
From: Jan Palus <jpalus@fastmail.com>
|
|
Date: Tue, 4 May 2021 23:50:47 +0200
|
|
Subject: try to build with rtlsdr by default
|
|
|
|
Fixes #125
|
|
---
|
|
configure.ac | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index 0e04cb8..c4f15d4 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -45,7 +45,7 @@ AC_ARG_WITH([rtlsdr],
|
|
AS_HELP_STRING([--without-rtlsdr],
|
|
[Disable rtlsdr support. ]),
|
|
[],
|
|
- [with_rtlsdr=no]
|
|
+ [with_rtlsdr=check]
|
|
)
|
|
|
|
AC_ARG_WITH([libargp],
|
|
--
|
|
2.26.3
|
|
|