diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-08-31 11:14:46 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-08-31 11:14:46 +0200 |
commit | f3a589df1d883fd3bfb055a96d4c2e7e2876909b (patch) | |
tree | 5ec83d153dfde7ae5807c6c383b33c460d726111 /dev-libs/zlog/files | |
parent | dev-python/click-threading: version bump 0.3.0 (diff) | |
download | gentoo-f3a589df1d883fd3bfb055a96d4c2e7e2876909b.tar.gz gentoo-f3a589df1d883fd3bfb055a96d4c2e7e2876909b.tar.bz2 gentoo-f3a589df1d883fd3bfb055a96d4c2e7e2876909b.zip |
dev-libs/zlog: Initial addition to the tree
Diffstat (limited to 'dev-libs/zlog/files')
-rw-r--r-- | dev-libs/zlog/files/zlog_no_werr.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/zlog/files/zlog_no_werr.patch b/dev-libs/zlog/files/zlog_no_werr.patch new file mode 100644 index 000000000000..6cb2e8708672 --- /dev/null +++ b/dev-libs/zlog/files/zlog_no_werr.patch @@ -0,0 +1,11 @@ +--- src/makefile.orig 2016-08-11 10:40:49.466873499 +0200 ++++ src/makefile 2016-08-11 10:40:59.626762850 +0200 +@@ -32,7 +32,7 @@ + # Fallback to gcc when $CC is not in $PATH. + CC:=$(shell sh -c 'type $(CC) >/dev/null 2>/dev/null && echo $(CC) || echo gcc') + OPTIMIZATION?=-O2 +-WARNINGS=-Wall -Werror -Wstrict-prototypes -fwrapv ++WARNINGS=-Wall -Wstrict-prototypes -fwrapv + DEBUG?= -g -ggdb + REAL_CFLAGS=$(OPTIMIZATION) -fPIC -pthread $(CFLAGS) $(WARNINGS) $(DEBUG) + REAL_LDFLAGS=$(LDFLAGS) -pthread |