Skip to content

Commit

Permalink
app-emulation/wine-staging: add QA_FLAGS_IGNORED for odbc32.so
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ionenwks committed Feb 19, 2023
1 parent 9fbc8f2 commit 431315f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-emulation/wine-staging/wine-staging-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit 431315f

Please sign in to comment.