summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/tef-libteec.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/tef-libteec.spec b/packaging/tef-libteec.spec
index 273578e..368e39b 100644
--- a/packaging/tef-libteec.spec
+++ b/packaging/tef-libteec.spec
@@ -32,6 +32,7 @@ The package provides Global Platform client API.
%setup -q
%build
+CFLAGS="$CFLAGS -Wno-unused-command-line-argument"
%{!?build_type:%define build_type "RELEASE"}
%cmake . -DCMAKE_BUILD_TYPE=%{build_type}