]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- tests auto/th/elfutils-0_127-3
authorareq <areq@pld-linux.org>
Thu, 7 Jun 2007 16:00:50 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-Werror.patch -> 1.2

elfutils-Werror.patch

index 8d9284a75c8b69d971acf1441b15e44202505fbc..cbed383f6416ac3b0f945aea65fd7024a163cc16 100644 (file)
@@ -10,3 +10,20 @@ diff -Nur elfutils-0.127.org/libdwfl/Makefile.am elfutils-0.127/libdwfl/Makefile
  INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
           -I$(srcdir)/../libdw -I.. -I$(srcdir)/../lib
  VERSION = 1
+diff -Nur elfutils-0.127.org/tests/Makefile.am elfutils-0.127/tests/Makefile.am
+--- elfutils-0.127.org/tests/Makefile.am       2007-06-07 16:00:49.000000000 +0000
++++ elfutils-0.127/tests/Makefile.am   2007-06-07 16:01:03.268761805 +0000
+@@ -27,11 +27,11 @@
+ DEFS = -DHAVE_CONFIG_H -D_GNU_SOURCE
+ WEXTRA = @WEXTRA@
+ if MUDFLAP
+-AM_CFLAGS = -Wall -Werror $(WEXTRA) -std=gnu99 -fmudflap\
++AM_CFLAGS = -Wall  $(WEXTRA) -std=gnu99 -fmudflap\
+           $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2)
+ BUILD_RPATH = \$$ORIGIN/../backends
+ else
+-AM_CFLAGS = -Wall -Werror $(WEXTRA) -std=gnu99 \
++AM_CFLAGS = -Wall  $(WEXTRA) -std=gnu99 \
+           $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2)
+ BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
+ endif
This page took 0.106666 seconds and 4 git commands to generate.