summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-02-19 01:06:34 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-02-19 01:23:07 -0500
commit431315fe96b82cd420329e084fc148fbabfced25 (patch)
tree0a7be4a0a0dd52c48b6473ae2988ed68eec22aa7 /app-emulation/wine-staging
parentapp-emulation/faudio: cleanup name from description (diff)
downloadgentoo-431315fe96b82cd420329e084fc148fbabfced25.tar.gz
gentoo-431315fe96b82cd420329e084fc148fbabfced25.tar.bz2
gentoo-431315fe96b82cd420329e084fc148fbabfced25.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging')
-rw-r--r--app-emulation/wine-staging/wine-staging-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
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=(