mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
sci-misc/boinc-wrapper: fix cflags
Also don't link C++ stdlib statically and mark implicit decls. Closes: https://bugs.gentoo.org/887995 Closes: https://bugs.gentoo.org/904138 Closes: https://bugs.gentoo.org/922046 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
Bug: https://bugs.gentoo.org/904138
|
||||
|
||||
--- a/samples/wrapper/Makefile
|
||||
+++ b/samples/wrapper/Makefile
|
||||
@@ -22,7 +22,7 @@ else
|
||||
MAKEFILE_STDLIB = libstdc++.a
|
||||
endif
|
||||
|
||||
-CXXFLAGS += -g -O0 \
|
||||
+CXXFLAGS += \
|
||||
-Wall -W -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -fno-common \
|
||||
-I$(BOINC_DIR) \
|
||||
-I$(BOINC_LIB_DIR) \
|
||||
Reference in New Issue
Block a user