diff options
author | Dennis Schridde <devurandom@gmx.net> | 2018-01-01 22:18:55 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2018-01-11 07:14:22 +0100 |
commit | 934145c70fbe9131cde39bd51da9cb52d44a37ec (patch) | |
tree | 1aa7d2486b86fccd9ffe085728a98af4256d60eb /dev-qt/qtsql | |
parent | dev-qt/qtsql: use correct mysql_config for multilib ABIs (diff) | |
download | gentoo-934145c70fbe9131cde39bd51da9cb52d44a37ec.tar.gz gentoo-934145c70fbe9131cde39bd51da9cb52d44a37ec.tar.bz2 gentoo-934145c70fbe9131cde39bd51da9cb52d44a37ec.zip |
dev-qt/qtsql: pass -no-nis to configure
qtsql does not use NIS, only qtgui does.
Bug: https://bugs.gentoo.org/564554
Closes: https://github.com/gentoo/gentoo/pull/6712
Diffstat (limited to 'dev-qt/qtsql')
-rw-r--r-- | dev-qt/qtsql/qtsql-4.8.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild index bc6b7192ac4e..089d7a76c79c 100644 --- a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild +++ b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild @@ -50,7 +50,7 @@ multilib_src_configure() { -no-accessibility -no-xmlpatterns -no-multimedia -no-audio-backend -no-phonon -no-phonon-backend -no-svg -no-webkit -no-script -no-scripttools -no-declarative -system-zlib -no-gif -no-libtiff -no-libpng -no-libmng -no-libjpeg -no-openssl - -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-opengl + -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-nis -no-opengl -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor -no-xfixes -no-xrandr -no-xrender -no-mitshm -no-fontconfig -no-freetype -no-xinput -no-xkb -no-glib |