From: Nikolai Merinov Date: Thu, 31 Jan 2019 10:58:00 +0000 (+0300) Subject: Move %autogen from %prep to %build, disable clang specific warnings X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0ce389b47acaa6906f326c41aedafa0169fb62f;p=platform%2Fupstream%2Flibevdev.git Move %autogen from %prep to %build, disable clang specific warnings --- diff --git a/packaging/libevdev.spec b/packaging/libevdev.spec index 5094598..4b06b5d 100644 --- a/packaging/libevdev.spec +++ b/packaging/libevdev.spec @@ -33,9 +33,10 @@ interface to the callers, thus avoiding erroneous ioctls, etc. %prep %setup -q cp %{SOURCE1001} . -%autogen %build +CFLAGS="$CFLAGS -Wno-unused-command-line-argument" +%autogen make %{?jobs:-j%jobs} V=1 %install