Author: pebender
Date: Thu May 28 16:23:06 2009
New Revision: 4843
Modified:
trunk/gar-minimyth/script/qt/qt4/Makefile
Log:
- Changed the qt/qt4 package so that it does not build the sqlite plugin.
- Changed the qt/qt4 package so that it links to the openssl library
(rather than using dlopen).
Modified: trunk/gar-minimyth/script/qt/qt4/Makefile
==============================================================================
--- trunk/gar-minimyth/script/qt/qt4/Makefile (original)
+++ trunk/gar-minimyth/script/qt/qt4/Makefile Thu May 28 16:23:06 2009
@@ -37,6 +37,7 @@
-no-exceptions \
-platform $(PLATFORM_GARBUILD_NAME) \
-plugin-sql-mysql -mysql_config $(DESTDIR)$(bindir)/mysql_config \
+ -no-sql-sqlite \
-no-nis \
-no-pch \
-dbus-linked \
@@ -48,7 +49,7 @@
-system-libpng \
-system-libmng \
-system-libjpeg \
- -openssl \
+ -openssl-linked \
-nomake demos \
-nomake examples \
-no-rpath \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---