projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5597362
)
Move %autogen from %prep to %build, disable clang specific warnings
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Thu, 31 Jan 2019 10:58:00 +0000
(13:58 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Thu, 31 Jan 2019 11:08:18 +0000
(14:08 +0300)
packaging/libevdev.spec
patch
|
blob
|
history
diff --git
a/packaging/libevdev.spec
b/packaging/libevdev.spec
index 5094598dfa6957fbe15a4bb42cc3f87d1ac5ea86..4b06b5d8547bca61a76ab2bf4f05f2ca303da744 100644
(file)
--- 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