/[packages]/updates/5/java-1.8.0-openjdk/current/SPECS/java-1.8.0-openjdk.spec
ViewVC logotype

Diff of /updates/5/java-1.8.0-openjdk/current/SPECS/java-1.8.0-openjdk.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 926389 by luigiwalser, Thu Jan 21 23:34:10 2016 UTC revision 926390 by luigiwalser, Thu Jan 21 23:53:25 2016 UTC
# Line 70  Line 70 
70  # We filter out -Wall which will otherwise cause HotSpot to produce hundreds of thousands of warnings (100+mb logs)  # We filter out -Wall which will otherwise cause HotSpot to produce hundreds of thousands of warnings (100+mb logs)
71  # We replace it with -Wformat (required by -Werror=format-security) and -Wno-cpp to avoid FORTIFY_SOURCE warnings  # We replace it with -Wformat (required by -Werror=format-security) and -Wno-cpp to avoid FORTIFY_SOURCE warnings
72  # We filter out -fexceptions as the HotSpot build explicitly does -fno-exceptions and it's otherwise the default for C++  # We filter out -fexceptions as the HotSpot build explicitly does -fno-exceptions and it's otherwise the default for C++
73  %global ourflags %(echo %optflags | sed -e 's|-Wall|-Wformat -Wno-cpp|' | sed -r -e 's|-O[0-9]*||')  %global ourflags %(echo %optflags | sed -e 's|-Wformat|-Wformat -Wno-cpp|')
74  %global ourcppflags %(echo %ourflags | sed -e 's|-fexceptions||')  %global ourcppflags %(echo %ourflags | sed -e 's|-fexceptions||')
75  %global ourldflags %{__global_ldflags}  %global ourldflags %{__global_ldflags}
76  %endif  %endif

Legend:
Removed from v.926389  
changed lines
  Added in v.926390

  ViewVC Help
Powered by ViewVC 1.1.30