From 691b02582d7b8383fec732dfc3d5463c656119c2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 14 Sep 2016 11:57:32 +0200 Subject: [PATCH] Fix the build Work around broken 3.21.92 tarball by deleting generated files. --- gnome-settings-daemon.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index d7d8a4b..7c06f05 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -88,6 +88,10 @@ developing applications that use %{name}. %patch0 -p1 -b .ppc-no-wacom %endif +# Work around broken 3.21.92 tarball +rm plugins/smartcard/gsd-smartcard-enum-types.c +rm plugins/smartcard/gsd-smartcard-enum-types.h + autoreconf -i -f %build