From d4f0a28c8cdae71933f4a012091c9549c85e22d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 14 Feb 2017 17:05:48 -0500 Subject: [PATCH] =?UTF-8?q?Add=20work-around=20for=20misdetection=20of=20g?= =?UTF-8?q?nutls=20and=20=C2=B5httpd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systemd.spec b/systemd.spec index 1e4f3ef..1d3dc18 100644 --- a/systemd.spec +++ b/systemd.spec @@ -306,7 +306,11 @@ systemd-journal-remote, and systemd-journal-upload. # Restore systemd-user pam config from before "removal of Fedora-specific bits" cp -p %{SOURCE12} src/login/ +# https://bugzilla.redhat.com/show_bug.cgi?id=1422256 +sed s/libidn2,// %_libdir/pkgconfig/gnutls.pc >gnutls.pc + %build +export PKG_CONFIG_PATH=. ./autogen.sh %{?fedora: %global ntpvendor fedora}