From 431315fe96b82cd420329e084fc148fbabfced25 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 19 Feb 2023 01:06:34 -0500 Subject: app-emulation/wine-staging: add QA_FLAGS_IGNORED for odbc32.so It has no object files (just links with ntdll.so), and so there is no occasions to actually use CFLAGS and this confuses the check (LDFLAGS checks fine). Signed-off-by: Ionen Wolkens --- app-emulation/wine-staging/wine-staging-9999.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'app-emulation') diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 4669a0af9c66..3c2601e3bcf8 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -132,6 +132,7 @@ BDEPEND=" nls? ( sys-devel/gettext )" IDEPEND=">=app-eselect/eselect-wine-2" +QA_FLAGS_IGNORED="usr/lib/.*/wine/.*-unix/odbc32.so" # has no compiled objects QA_TEXTRELS="usr/lib/*/wine/i386-unix/*.so" # uses -fno-PIC -Wl,-z,notext PATCHES=( -- cgit v1.2.3-65-gdbad