Skip to content
Snippets Groups Projects
Commit 6717534d authored by Anton Blanchard's avatar Anton Blanchard Committed by Ingo Molnar
Browse files

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: default avatarAnton Blanchard <anton@samba.org>
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
LKML-Reference: <20090630230140.802078956@samba.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1f208ea6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment