mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
committed by
Davide Pesavento
parent
0e97e70e79
commit
934145c70f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user