Package: tau / 2.17.3.1.dfsg-4

0006-Do-not-use-liberty-in-include-Makefile.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From c284e1dfe60ed11f90ffd8c214515c9d04ed23f1 Mon Sep 17 00:00:00 2001
From: Yann Dirson <ydirson@free.fr>
Date: Sat, 18 Oct 2014 23:32:56 +0200
Subject: [PATCH] Do not use -liberty in include/Makefile

---
 include/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/Makefile b/include/Makefile
index 1e7ddbc..13b4ab5 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -746,11 +746,11 @@ PDTARCHDIR=$(PDTARCHDIRFINAL)
 # Compiler Instrumentation
 ##############################################
 
-#TAU_BFD#TAU_BFDLIB=-lbfd -liberty #ENDIF#
+#TAU_BFD#TAU_BFDLIB=-lbfd #ENDIF#
 #COMPINST_INTEL9#TAU_COMPINST_OPTION=-tcollect #ENDIF#
 #COMPINST_INTEL9#TAU_COMPINST_LINKING= #ENDIF#
 #COMPINST_GNU#TAU_COMPINST_OPTION=-g -finstrument-functions #ENDIF#
-#COMPINST_GNU#TAU_COMPINST_LINKING=-lbfd -liberty #ENDIF#
+#COMPINST_GNU#TAU_COMPINST_LINKING=-lbfd #ENDIF#
 #COMPINST_GNU#TAU_LINKER_OPT13=$(TAU_BFDLIB) #ENDIF#
 #COMPINST_PGI#TAU_COMPINST_OPTION=-Mprof=func #ENDIF#
 #COMPINST_XL#TAU_COMPINST_OPTION=-qdebug=function_trace #ENDIF#
-- 
2.1.1