projects
/
platform
/
core
/
security
/
tef-dummy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aede22
)
Disable clang specific warnings
sandbox/nmerinov/llvm
author
Nikolai Merinov
<n.merinov@samsung.com>
Thu, 31 Jan 2019 16:16:51 +0000
(19:16 +0300)
committer
Nikolai Merinov
<n.merinov@samsung.com>
Thu, 31 Jan 2019 16:31:06 +0000
(19:31 +0300)
packaging/tef-dummy.spec
patch
|
blob
|
history
diff --git
a/packaging/tef-dummy.spec
b/packaging/tef-dummy.spec
index 1890a783c45df3262a6327880139150db41548c4..1f236b850d92dafb9b748546c9901885553f8a0d 100644
(file)
--- a/
packaging/tef-dummy.spec
+++ b/
packaging/tef-dummy.spec
@@
-20,7
+20,9
@@
Plug for apps using libteec instead of it.
%setup -q
%build
+export CFLAGS="$CFLAGS -Wno-unused-command-line-argument"
cmake .
+make
%install
%make_install