summaryrefslogtreecommitdiffstats
path: root/package/oprofile/oprofile-fix-autoconf-brain-damage.patch
blob: 4551ee3d22cfabc8fc9d38106cdd43df3afb66ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;