mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/woff2: use standard canonical prefixes compiler setup
Avoid passing -no-canonical-prefixes argument to the compiler, as it is not the standard thing to do and it can break build for some Gentoo setups. Closes: https://bugs.gentoo.org/661942 Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
@@ -21,8 +21,8 @@ DEPEND="${RDEPEND}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
# needed, causes QA warnings otherwise
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
-DCMAKE_SKIP_RPATH=ON # needed, causes QA warnings otherwise
|
||||
-DCANONICAL_PREFIXES=ON #661942
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user