mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-26 18:21:47 +01:00
14 lines
498 B
Diff
14 lines
498 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index fa7ba4d..5d9e45b 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
lib_LTLIBRARIES = libkcapi.la
|
|
|
|
-COMMON_CPPFLAGS = -Wextra -Wall -pedantic -fwrapv --param ssp-buffer-size=4 -O2 -Werror -std=gnu99 -Wconversion
|
|
+COMMON_CPPFLAGS = -Wextra -Wall -pedantic -fwrapv --param ssp-buffer-size=4 -O2 -std=gnu99 -Wconversion
|
|
COMMON_LDFLAGS = -Wl,-z,relro,-z,now
|
|
|
|
libtool: $(LIBTOOL_DEPS)
|