You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-crypt/monkeysphere/files/monkeysphere-0.44-no-werror...

13 lines
367 B

https://bugs.gentoo.org/832365
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ LOCALSTATEDIR ?= /var/lib
CFLAGS += $(shell libassuan-config --cflags)
CFLAGS += $(shell libgcrypt-config --cflags)
-CFLAGS += --pedantic -Wall -Werror -std=c99
+CFLAGS += --pedantic -Wall -std=c99
LIBS += $(shell libassuan-config --libs)
LIBS += $(shell libgcrypt-config --libs)