summaryrefslogtreecommitdiff
path: root/net-dns/avahi/files/avahi-0.8-dependency-error.patch
blob: 1a4025ea2002617d9a6c07dc727d01abb82e43dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
https://github.com/lathiat/avahi/commit/366e3798bdbd6b7bf24e59379f4a9a51af575ce9.patch
From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= <tpgxyz@gmail.com>
Date: Thu, 20 Feb 2020 16:09:40 +0100
Subject: [PATCH] fix requires in pc file

--- a/avahi-libevent.pc.in
+++ b/avahi-libevent.pc.in
@@ -6,6 +6,6 @@ includedir=${prefix}/include
 Name: avahi-libevent
 Description: Avahi Multicast DNS Responder (libevent Support)
 Version: @PACKAGE_VERSION@
-Requires: libevent-2.1.5
+Requires: libevent >= 2.1.5
 Libs: -L${libdir} -lavahi-libevent
 Cflags: -D_REENTRANT -I${includedir}