From 8efa34fb772bb320e657d18751f1751a4ee48731 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Thu, 19 Jan 2017 17:20:35 -0500 Subject: depends: add a zlib build qt5.7 changed the location of some of its symbols, creating a circular dependency in Qt5Core. Rather than trying to fix that up, build our own zlib rather than having it built for us. --- depends/packages/packages.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/packages/packages.mk') diff --git a/depends/packages/packages.mk b/depends/packages/packages.mk index 4cf44385b8..088723ebd0 100644 --- a/depends/packages/packages.mk +++ b/depends/packages/packages.mk @@ -2,7 +2,7 @@ packages:=boost openssl libevent zeromq native_packages := native_ccache qt_native_packages = native_protobuf -qt_packages = qrencode protobuf +qt_packages = qrencode protobuf zlib qt_x86_64_linux_packages:=qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans qt_i686_linux_packages:=$(qt_x86_64_linux_packages) -- cgit v1.2.3