Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7061 Details for
Bug 13076
elfutils-0.72 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to remove -Werror from the Makefiles.
elfutils-0.72-no_Werror-gentoo.diff (text/plain), 6.94 KB, created by
Daniel Seyffer
on 2003-01-07 14:17:37 UTC
(
hide
)
Description:
Patch to remove -Werror from the Makefiles.
Filename:
MIME Type:
Creator:
Daniel Seyffer
Created:
2003-01-07 14:17:37 UTC
Size:
6.94 KB
patch
obsolete
>diff -urN elfutils-0.72.orig/lib/Makefile.am elfutils-0.72/lib/Makefile.am >--- elfutils-0.72.orig/lib/Makefile.am 2002-11-30 05:30:32.000000000 +0100 >+++ elfutils-0.72/lib/Makefile.am 2003-01-07 21:05:11.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(srcdir)/../libelf -I.. > > noinst_LIBRARIES = libeu.a >diff -urN elfutils-0.72.orig/lib/Makefile.in elfutils-0.72/lib/Makefile.in >--- elfutils-0.72.orig/lib/Makefile.in 2002-12-12 09:56:13.000000000 +0100 >+++ elfutils-0.72/lib/Makefile.in 2003-01-07 21:05:19.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(srcdir)/../libelf -I.. > > noinst_LIBRARIES = libeu.a >diff -urN elfutils-0.72.orig/libasm/Makefile.am elfutils-0.72/libasm/Makefile.am >--- elfutils-0.72.orig/libasm/Makefile.am 2002-11-30 01:44:53.000000000 +0100 >+++ elfutils-0.72/libasm/Makefile.am 2003-01-07 21:04:51.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \ > -I$(top_srcdir)/lib > GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) >diff -urN elfutils-0.72.orig/libasm/Makefile.in elfutils-0.72/libasm/Makefile.in >--- elfutils-0.72.orig/libasm/Makefile.in 2002-12-12 09:57:22.000000000 +0100 >+++ elfutils-0.72/libasm/Makefile.in 2003-01-07 21:04:43.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \ > -I$(top_srcdir)/lib > >diff -urN elfutils-0.72.orig/libdw/Makefile.am elfutils-0.72/libdw/Makefile.am >--- elfutils-0.72.orig/libdw/Makefile.am 2002-12-02 00:01:37.000000000 +0100 >+++ elfutils-0.72/libdw/Makefile.am 2003-01-07 21:05:40.000000000 +0100 >@@ -17,7 +17,7 @@ > ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H >-AM_CFLAGS = -Wall -Werror -Wshadow >+AM_CFLAGS = -Wall -Wshadow > INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I.. -I$(srcdir)/../lib > > lib_LIBRARIES = libdw.a >diff -urN elfutils-0.72.orig/libdw/Makefile.in elfutils-0.72/libdw/Makefile.in >--- elfutils-0.72.orig/libdw/Makefile.in 2002-12-12 09:57:17.000000000 +0100 >+++ elfutils-0.72/libdw/Makefile.in 2003-01-07 21:05:50.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror -Wshadow >+AM_CFLAGS = -Wall -Wshadow > INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I.. -I$(srcdir)/../lib > > lib_LIBRARIES = libdw.a >diff -urN elfutils-0.72.orig/libdwarf/Makefile.am elfutils-0.72/libdwarf/Makefile.am >--- elfutils-0.72.orig/libdwarf/Makefile.am 2002-11-30 01:42:23.000000000 +0100 >+++ elfutils-0.72/libdwarf/Makefile.am 2003-01-07 20:59:53.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -DDWARF_DEBUG >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I.. -I$(srcdir)/../lib > VERSION = 1 > >diff -urN elfutils-0.72.orig/libdwarf/Makefile.in elfutils-0.72/libdwarf/Makefile.in >--- elfutils-0.72.orig/libdwarf/Makefile.in 2002-12-12 09:56:54.000000000 +0100 >+++ elfutils-0.72/libdwarf/Makefile.in 2003-01-07 21:00:09.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../libelf -I.. -I$(srcdir)/../lib > > lib_LIBRARIES = libdwarf.a >diff -urN elfutils-0.72.orig/libebl/Makefile.am elfutils-0.72/libebl/Makefile.am >--- elfutils-0.72.orig/libebl/Makefile.am 2002-12-05 05:09:59.000000000 +0100 >+++ elfutils-0.72/libebl/Makefile.am 2003-01-07 21:06:05.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall >-AM_CFLAGS = -Wall -Werror -DOBJDIR=\"$(shell pwd)\" >+AM_CFLAGS = -Wall -DOBJDIR=\"$(shell pwd)\" > INCLUDES = -I$(srcdir) -I$(top_srcdir)/libelf -I$(top_srcdir)/lib -I.. > VERSION = 1 > PACKAGE_VERSION = @PACKAGE_VERSION@ >diff -urN elfutils-0.72.orig/libebl/Makefile.in elfutils-0.72/libebl/Makefile.in >--- elfutils-0.72.orig/libebl/Makefile.in 2002-12-12 09:56:44.000000000 +0100 >+++ elfutils-0.72/libebl/Makefile.in 2003-01-07 21:06:12.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror -DOBJDIR=\"$(shell pwd)\" >+AM_CFLAGS = -Wall -DOBJDIR=\"$(shell pwd)\" > INCLUDES = -I$(srcdir) -I$(top_srcdir)/libelf -I$(top_srcdir)/lib -I.. > > lib_LIBRARIES = libebl.a >diff -urN elfutils-0.72.orig/libelf/Makefile.am elfutils-0.72/libelf/Makefile.am >--- elfutils-0.72.orig/libelf/Makefile.am 2002-11-30 01:40:18.000000000 +0100 >+++ elfutils-0.72/libelf/Makefile.am 2003-01-07 20:41:31.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -D_GNU_SOURCE -DHAVE_CONFIG_H >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(srcdir) -I$(top_srcdir)/lib -I.. > GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) > VERSION = 1 >diff -urN elfutils-0.72.orig/libelf/Makefile.in elfutils-0.72/libelf/Makefile.in >--- elfutils-0.72.orig/libelf/Makefile.in 2002-12-12 09:56:16.000000000 +0100 >+++ elfutils-0.72/libelf/Makefile.in 2003-01-07 20:41:43.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(srcdir) -I$(top_srcdir)/lib -I.. > GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) > >diff -urN elfutils-0.72.orig/tests/Makefile.am elfutils-0.72/tests/Makefile.am >--- elfutils-0.72.orig/tests/Makefile.am 2002-12-11 20:18:26.000000000 +0100 >+++ elfutils-0.72/tests/Makefile.am 2003-01-07 21:06:24.000000000 +0100 >@@ -14,7 +14,7 @@ > ## 3001 King Ranch Road, Ukiah, CA 95482. > ## > DEFS = -DHAVE_CONFIG_H -D_GNU_SOURCE >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(top_srcdir)/libasm -I$(top_srcdir)/libdwarf \ > -I$(top_srcdir)/libdw \ > -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ >diff -urN elfutils-0.72.orig/tests/Makefile.in elfutils-0.72/tests/Makefile.in >--- elfutils-0.72.orig/tests/Makefile.in 2002-12-12 09:57:48.000000000 +0100 >+++ elfutils-0.72/tests/Makefile.in 2003-01-07 21:06:31.000000000 +0100 >@@ -130,7 +130,7 @@ > sharedstatedir = @sharedstatedir@ > sysconfdir = @sysconfdir@ > target_alias = @target_alias@ >-AM_CFLAGS = -Wall -Werror >+AM_CFLAGS = -Wall > INCLUDES = -I$(top_srcdir)/libasm -I$(top_srcdir)/libdwarf \ > -I$(top_srcdir)/libdw \ > -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13076
:
7060
| 7061