mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
disable lto for webkit build
This commit is contained in:
parent
c83264ba77
commit
78f35029c2
1 changed files with 7 additions and 0 deletions
|
|
@ -44,6 +44,13 @@ index 7a7cbc72..6705a0f3 100644
|
|||
LINUX.iio.lib = "javafx_iio"
|
||||
|
||||
LINUX.prismES2 = [:]
|
||||
@@ -349,5 +354,5 @@ LINUX.media.ar = "${toolchainDir}ar"
|
||||
LINUX.webkit = [:]
|
||||
LINUX.webkit.compiler = compiler
|
||||
LINUX.webkit.linker = linker
|
||||
-LINUX.webkit.ccFlags = commonFlags.flatten()
|
||||
+LINUX.webkit.ccFlags = [commonFlags, "-fno-lto"].flatten()
|
||||
LINUX.webkit.linkFlags = linkFlags.flatten()
|
||||
diff --git a/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile b/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
|
||||
index 450b55d3..f27b9479 100644
|
||||
--- a/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue