Obsolete raptor 1.4 API
[oi-userland.git] / components / sysutils / bonnie++ / patches / 02-cxxflags.patch
blob8e42bb2e5b4eeb1b2f5c29a7b9199eed5393cfd2
1 --- bonnie++-1.97.3/Makefile.in.orig 2017-10-27 23:45:45.765611579 +0000
2 +++ bonnie++-1.97.3/Makefile.in 2017-10-27 23:45:53.300765254 +0000
3 @@ -9,9 +9,9 @@
4 eprefix=@exec_prefix@
5 #MORE_WARNINGS=-Weffc++
6 WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope -Wcast-align -Wsign-compare -Wpointer-arith -Wwrite-strings -Wformat-security -Wswitch-enum -Winit-self $(MORE_WARNINGS)
7 -CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
8 +CFLAGS=$(CXXFLAGS) @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
9 CXX=@CXX@ $(CFLAGS)
10 -LINK=@CXX@
11 +LINK=@CXX@ $(LDFLAGS)
12 THREAD_LFLAGS=@thread_ldflags@
14 INSTALL=@INSTALL@