Commit 953bd24f authored by Domen Kožar's avatar Domen Kožar

travis: another try with zlib

parent 50f7c89f
......@@ -40,7 +40,7 @@ ifeq ($(PYTHON_VER),2.6)
patch -p0 < ../ssl.txt
endif
cd $(PYTHON_PATH)/$(PYTHON_ARCHIVE) && \
./configure LDFLAGS="-L/usr/lib/$(ARCH) -L/lib/$(ARCH)" --prefix $(PYTHON_PATH) && \
./configure LDFLAGS="-L/usr/lib/$(ARCH) -L/lib/$(ARCH)" --prefix $(PYTHON_PATH) --with-zlib=/usr/include && \
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