mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-06 06:54:15 +02:00
- align patches - add basename.patch needed since musl 1.2.5, see #16106 - add Create.c-fix-build.patch from upstream, also musl 1.2.5 - add util.c-include-limits.h.patch from upstream, mainly for ppc64le - add eudev-dev makedependency to satisfy libudev.h need
11 lines
512 B
Diff
11 lines
512 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -50,7 +50,7 @@ ifeq ($(origin CC),default)
|
|
CC := $(CROSS_COMPILE)gcc
|
|
endif
|
|
CXFLAGS ?= -ggdb
|
|
-CWFLAGS ?= -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
|
|
+CWFLAGS ?= -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
|
|
ifdef WARN_UNUSED
|
|
CWFLAGS += -Wp -O3
|
|
endif
|