From 78deb3a44d44c2d02a517e131babdb10d83f0374 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 13 Oct 2020 17:42:10 +0000 Subject: [PATCH] removed -std=c++11 from hawk.spec.in --- hawk/pkgs/hawk.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hawk/pkgs/hawk.spec.in b/hawk/pkgs/hawk.spec.in index 172d499c..31806f53 100644 --- a/hawk/pkgs/hawk.spec.in +++ b/hawk/pkgs/hawk.spec.in @@ -32,7 +32,8 @@ The header files and libraries for developing applications with HAWK. %build RPM_OPT_FLAGS="$(echo $RPM_OPT_FLAGS | %{__sed} 's/-O2/-O3/')" -CFLAGS="${RPM_OPT_FLAGS} -fPIC" CXXFLAGS="${RPM_OPT_FLAGS} -fPIC -std=c++11" ./configure \ +##CFLAGS="${RPM_OPT_FLAGS} -fPIC" CXXFLAGS="${RPM_OPT_FLAGS} -fPIC -std=c++11" ./configure \ +CFLAGS="${RPM_OPT_FLAGS} -fPIC" CXXFLAGS="${RPM_OPT_FLAGS} -fPIC" ./configure \ --prefix=%{_prefix} \ --libdir=%{_libdir} \ --sysconfdir=%{_sysconfdir} \