From d2c77b400790e2fb7646753a577ac873d2f619ad Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 13 Feb 2015 18:43:14 +0100 Subject: [PATCH] prevent automake magic from attempting to rebuild things unnecessarily --- babl.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/babl.spec b/babl.spec index 0a5c152..b88de89 100644 --- a/babl.spec +++ b/babl.spec @@ -73,6 +73,8 @@ This package contains documentation needed for developing with %{name}. %setup -q %patch0 -p1 -b .concurrency-stresstest %patch10 -p1 -b .autofoo +# prevent automake magic from attempting to rebuild things unnecessarily +touch config.h.in %build # use PIC/PIE because babl is likely to deal with data coming from untrusted