summaryrefslogtreecommitdiff
path: root/package/oprofile/oprofile-fix-autoconf-brain-damage.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/oprofile/oprofile-fix-autoconf-brain-damage.patch')
-rw-r--r--package/oprofile/oprofile-fix-autoconf-brain-damage.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/oprofile/oprofile-fix-autoconf-brain-damage.patch b/package/oprofile/oprofile-fix-autoconf-brain-damage.patch
new file mode 100644
index 000000000..4551ee3d2
--- /dev/null
+++ b/package/oprofile/oprofile-fix-autoconf-brain-damage.patch
@@ -0,0 +1,13 @@
+diff --git a/libutil++/bfd_support.cpp b/libutil++/bfd_support.cpp
+index a33836f..9b0d1b2 100644
+--- a/libutil++/bfd_support.cpp
++++ b/libutil++/bfd_support.cpp
+@@ -415,7 +415,7 @@ void bfd_info::close()
+ }
+
+
+-#if SYNTHESIZE_SYMBOLS
++#if SYNTHESIZE_SYMBOLS && 0
+ bool bfd_info::get_synth_symbols()
+ {
+ extern const bfd_target bfd_elf64_powerpc_vec;