[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-6717534ddc328ae5cdf89f1ef802db83fc451f19@git.kernel.org>
Date: Tue, 30 Jun 2009 23:27:58 GMT
From: tip-bot for Anton Blanchard <anton@...ba.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, anton@...ba.org, hpa@...or.com,
mingo@...hat.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perfcounters/urgent] perf_counter tools: Remove zlib dependency
Commit-ID: 6717534ddc328ae5cdf89f1ef802db83fc451f19
Gitweb: http://git.kernel.org/tip/6717534ddc328ae5cdf89f1ef802db83fc451f19
Author: Anton Blanchard <anton@...ba.org>
AuthorDate: Wed, 1 Jul 2009 09:00:45 +1000
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 1 Jul 2009 01:25:18 +0200
perf_counter tools: Remove zlib dependency
The zlib devel libraries may not be installed and since we aren't
using zlib we may as well remove it.
Signed-off-by: Anton Blanchard <anton@...ba.org>
Cc: a.p.zijlstra@...llo.nl
Cc: paulus@...ba.org
LKML-Reference: <20090630230140.802078956@...ba.org>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
tools/perf/Makefile | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 9c6d0ae..f572c90 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -381,12 +381,6 @@ ifndef CC_LD_DYNPATH
endif
endif
-ifdef ZLIB_PATH
- BASIC_CFLAGS += -I$(ZLIB_PATH)/include
- EXTLIBS += -L$(ZLIB_PATH)/$(lib) $(CC_LD_DYNPATH)$(ZLIB_PATH)/$(lib)
-endif
-EXTLIBS += -lz
-
ifdef NEEDS_SOCKET
EXTLIBS += -lsocket
endif
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists