From: areq Date: Thu, 7 Jun 2007 15:50:14 +0000 (+0000) Subject: - http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2007-June/141329.html X-Git-Tag: auto/th/elfutils-0_127-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Felfutils.git;a=commitdiff_plain;h=340f60161d8e834a60a85d3ddabe078d3046813f - http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2007-June/141329.html Changed files: elfutils-Werror.patch -> 1.1 --- diff --git a/elfutils-Werror.patch b/elfutils-Werror.patch new file mode 100644 index 0000000..8d9284a --- /dev/null +++ b/elfutils-Werror.patch @@ -0,0 +1,12 @@ +diff -Nur elfutils-0.127.org/libdwfl/Makefile.am elfutils-0.127/libdwfl/Makefile.am +--- elfutils-0.127.org/libdwfl/Makefile.am 2007-06-07 15:44:39.000000000 +0000 ++++ elfutils-0.127/libdwfl/Makefile.am 2007-06-07 15:44:58.474856486 +0000 +@@ -33,7 +33,7 @@ + else + AM_CFLAGS = + endif +-AM_CFLAGS += -Wall -Werror -Wshadow -Wunused -Wformat=2 $(WEXTRA) -std=gnu99 ++AM_CFLAGS += -Wall -Wshadow -Wunused -Wformat=2 $(WEXTRA) -std=gnu99 + INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \ + -I$(srcdir)/../libdw -I.. -I$(srcdir)/../lib + VERSION = 1