diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-01 04:23:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-01 04:23:41 +0000 |
commit | f8c46d2be1a9ae2bdcf00000198d35e84af73018 (patch) | |
tree | 0a166d82835c3ae6b1f7dd37a36e7244f09d0758 | |
parent | 0ffbcbb3f2e094b050fd65e21050ae07ac5e8b0c (diff) |
Apply patch to elfutils to allow us to override -Wall -Werror. This is necessary due to new deprecated behavior warnings from gcc 3.4.0.
BKrev: 4093264d0i6HNBHY7BcDt0iyc15WQA
-rw-r--r-- | elfutils/elfutils-0.89/warnings.patch | 0 | ||||
-rw-r--r-- | elfutils/elfutils_0.89.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/elfutils/elfutils-0.89/warnings.patch b/elfutils/elfutils-0.89/warnings.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/elfutils/elfutils-0.89/warnings.patch diff --git a/elfutils/elfutils_0.89.oe b/elfutils/elfutils_0.89.oe index 436c50b5f0..1dacfcb29d 100644 --- a/elfutils/elfutils_0.89.oe +++ b/elfutils/elfutils_0.89.oe @@ -2,7 +2,8 @@ DEPENDS = "virtual/libc" LICENSE = "OSL" DESCRIPTION = "A collection of utilities and DSOs to handle compiled objects." -SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz" +SRC_URI = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles/elfutils-${PV}.tar.gz \ + file://${FILESDIR}/warnings.patch;patch=1" inherit autotools |