aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJussi Virtanen <jussi.k.virtanen@gmail.com>2013-03-11 10:05:54 +0200
committerJussi Virtanen <jussi.k.virtanen@gmail.com>2013-03-11 10:08:53 +0200
commit12b7c5f7e9c1a9ff57adc3a55e52148438d835bf (patch)
tree4dcfd4b7bcecff8d04c45aa47a4e7599fd9034bf
parent895f0f733017853b7717953bc0889727e2fad7ee (diff)
downloadjato-12b7c5f7e9c1a9ff57adc3a55e52148438d835bf.tar.gz
Remove 'libzip' dependency
It is not actually needed. Signed-off-by: Jussi Virtanen <jussi.k.virtanen@gmail.com>
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ecaef5a4..6730d5ce 100644
--- a/Makefile
+++ b/Makefile
@@ -205,11 +205,6 @@ ifneq ($(HAS_LIBFFI),y)
$(error No libffi found, please install libffi-devel or libffi-dev package.)
endif
-HAS_LIBZIP:=$(shell scripts/gcc-has-lib.sh gcc zip)
-ifneq ($(HAS_LIBZIP),y)
- $(error No libzip found, please install libzip-devel or libzip-dev package.)
-endif
-
DEFAULT_CFLAGS += $(TCMALLOC_CFLAGS)
# boehmgc integration (see boehmgc/doc/README.linux)
DEFAULT_CFLAGS += -D_REENTRANT -DGC_LINUX_THREADS -DGC_USE_LD_WRAP