From 49fba95a20efb48adf2004600abcbb93f80fcfa5 Mon Sep 17 00:00:00 2001 From: Randell Jesup Date: Wed, 5 Oct 2011 09:20:20 -0400 Subject: [PATCH] bug 691245: Fix jprof under Fedora 15 (needs -ldl) r=dbaron --- tools/jprof/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/jprof/Makefile.in b/tools/jprof/Makefile.in index 80b09c3fdd00..fef478880e36 100644 --- a/tools/jprof/Makefile.in +++ b/tools/jprof/Makefile.in @@ -56,6 +56,7 @@ CPPSRCS = \ $(NULL) OS_LIBS = \ + -ldl \ -lbfd \ -liberty \ $(NULL)