projects
/
platform
/
upstream
/
oprofile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda548f
)
packaging: short fix for build error with gcc6
sandbox/dkson95/gcc62
author
Dongkyun, Son
<dongkyun.s@samsung.com>
Mon, 21 Nov 2016 05:22:31 +0000
(14:22 +0900)
committer
Dongkyun, Son
<dongkyun.s@samsung.com>
Mon, 21 Nov 2016 05:22:31 +0000
(14:22 +0900)
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
packaging/oprofile.spec
patch
|
blob
|
history
diff --git
a/packaging/oprofile.spec
b/packaging/oprofile.spec
index df2913b0f1f1683252711ce6e845c59b1e0dc151..4a875ce52e701c37f6188d9cfb0cf0d89076861a 100644
(file)
--- a/
packaging/oprofile.spec
+++ b/
packaging/oprofile.spec
@@
-41,6
+41,8
@@
agent library.
cp %{SOURCE1001} .
%build
+CFLAGS+=" -std=gnu89 "
+CXXFLAGS+=" -std=gnu++98 "
%configure --enable-gui=no
make %{?_smp_mflags}