Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752848AbbBKL7V (ORCPT ); Wed, 11 Feb 2015 06:59:21 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:58209 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752448AbbBKL7U (ORCPT ); Wed, 11 Feb 2015 06:59:20 -0500 Date: Wed, 11 Feb 2015 12:59:06 +0100 From: Peter Zijlstra To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, mingo@elte.hu, ak@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, cel@us.ibm.com, sukadev@linux.vnet.ibm.com, sonnyrao@chromium.org, johnmccutchan@google.com Subject: Re: [PATCH 3/4] perf inject: add jitdump mmap injection support Message-ID: <20150211115906.GU23123@twins.programming.kicks-ass.net> References: <1423611765-18200-1-git-send-email-eranian@google.com> <1423611765-18200-4-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423611765-18200-4-git-send-email-eranian@google.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 21 On Wed, Feb 11, 2015 at 12:42:44AM +0100, Stephane Eranian wrote: > diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf > index aa6a504..c86c412 100644 > --- a/tools/perf/Makefile.perf > +++ b/tools/perf/Makefile.perf > @@ -496,7 +499,8 @@ BUILTIN_OBJS += $(OUTPUT)builtin-inject.o > BUILTIN_OBJS += $(OUTPUT)tests/builtin-test.o > BUILTIN_OBJS += $(OUTPUT)builtin-mem.o > > -PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) > +PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) -lcrypto > + Should we not add auto-detect magic for that? Otherwise perf will stop building on machines without libssl. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/