1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 03:35:38 +03:00
aports/community/openvas-scanner/makefile-cflags-musl.patch
2022-08-14 15:46:53 +02:00

19 lines
801 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b018be..974e4d4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,14 +225,10 @@ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${GPGME_C_FLAGS} \
-std=c11 \
-Wall \
-Wextra \
- -Werror \
- -Wpedantic \
-Wmissing-prototypes \
-Wshadow \
-Wsequence-point \
- -D_BSD_SOURCE \
-D_ISOC11_SOURCE \
- -D_SVID_SOURCE \
-D_DEFAULT_SOURCE")
if (NOT SKIP_SRC)