]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- disable -Werror also in src/ dir
authorsparky <sparky@pld-linux.org>
Sun, 23 Nov 2008 21:52:29 +0000 (21:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-Werror.patch -> 1.3

elfutils-Werror.patch

index cbed383f6416ac3b0f945aea65fd7024a163cc16..9d6c022446747579c97a47e9e800725d2debde5e 100644 (file)
@@ -27,3 +27,13 @@ diff -Nur elfutils-0.127.org/tests/Makefile.am elfutils-0.127/tests/Makefile.am
            $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2)
  BUILT_RPATH = \$$ORIGIN/../libasm:\$$ORIGIN/../libdw:\$$ORIGIN/../backends:\$$ORIGIN/../libelf
  endif
+--- elfutils-0.137/src/Makefile.am~orig        2008-11-23 22:27:16.000000000 +0100
++++ elfutils-0.137/src/Makefile.am     2008-11-23 22:35:06.000000000 +0100
+@@ -33,7 +33,6 @@
+ AM_CFLAGS =
+ endif
+ AM_CFLAGS += -Wall -Wshadow -std=gnu99 $(native_ld_cflags) \
+-           $(if $($(*F)_no_Werror),,-Werror) \
+            $(if $($(*F)_no_Wunused),,-Wunused $(WEXTRA)) \
+            $(if $($(*F)_no_Wformat),-Wno-format,-Wformat=2) $(CFLAGS_$(*F))
This page took 0.087447 seconds and 4 git commands to generate.