Commit 08a8e997 authored by Domen Kožar's avatar Domen Kožar

include zlib

parent 7dc78b63
......@@ -36,7 +36,7 @@ ifeq ($(PYTHON_VER),2.6)
patch -p0 < ../ssl.txt
endif
cd $(PYTHON_PATH)/$(PYTHON_ARCHIVE) && \
./configure --prefix $(PYTHON_PATH) >/dev/null 2>&1 && \
./configure --prefix $(PYTHON_PATH) --with-zlib=/usr/include >/dev/null 2>&1 && \
make && \
make install >/dev/null 2>&1
@echo "Finished installing Python"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment