# HG changeset patch # User Volker Grabsch # Date 1255181140 -7200 # Node ID d3e5b8c183a51ab16486f75adfa6ea9fcac77c9c # Parent 0f4ba90fa17be109bc1c2eda673b04e7660c3165 avoid external libraries in package qt, because qt doesn't set their "LIBS=..." flags properly diff -r 0f4ba90fa17b -r d3e5b8c183a5 src/qt.mk --- a/src/qt.mk Sat Oct 10 15:01:46 2009 +0200 +++ b/src/qt.mk Sat Oct 10 15:25:40 2009 +0200 @@ -30,7 +30,7 @@ $(PKG)_FILE := $(PKG)-everywhere-opensource-src-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://qt.nokia.com/ $(PKG)_URL := http://get.qt.nokia.com/qt/source/$($(PKG)_FILE) -$(PKG)_DEPS := gcc sqlite zlib tiff libpng libmng jpeg +$(PKG)_DEPS := gcc sqlite define $(PKG)_UPDATE wget -q -O- 'http://qt.gitorious.org/qt/qt/commits' | \ @@ -149,11 +149,12 @@ -nomake docs \ -nomake examples \ -system-sqlite \ - -system-zlib \ - -system-libtiff \ - -system-libpng \ - -system-libmng \ - -system-libjpeg \ + -qt-zlib \ + -qt-gif \ + -qt-libtiff \ + -qt-libpng \ + -qt-libmng \ + -qt-libjpeg \ -continue $(MAKE) -C '$(1)' -j '$(JOBS)'