Add work-around for misdetection of gnutls and µhttpd

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-02-14 17:05:48 -05:00
parent 0f34996575
commit d4f0a28c8c

View File

@ -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}