mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 22:32:57 +02:00
webkitgtk: reduce gcc7 warnings spamming the log
This commit is contained in:
parent
81bc2901b8
commit
918077677e
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ aarch64*)
|
||||||
configure_args+=" --disable-jit"
|
configure_args+=" --disable-jit"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
CFLAGS+=" -Wno-expansion-to-defined"
|
||||||
|
CXXFLAGS+=" -Wno-expansion-to-defined"
|
||||||
|
|
||||||
# Explicit order since webkitgtk2-devel depends on webkitgtk2
|
# Explicit order since webkitgtk2-devel depends on webkitgtk2
|
||||||
subpackages="webkitgtk-devel webkitgtk2 webkitgtk2-devel"
|
subpackages="webkitgtk-devel webkitgtk2 webkitgtk2-devel"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue