aboutsummaryrefslogtreecommitdiff
path: root/testing/webkit2gtk/build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/webkit2gtk/build')
-rwxr-xr-xtesting/webkit2gtk/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/webkit2gtk/build b/testing/webkit2gtk/build
index 99377bef..2e593ab6 100755
--- a/testing/webkit2gtk/build
+++ b/testing/webkit2gtk/build
@@ -2,13 +2,15 @@
patch -p1 < u16-fix.patch
patch -p0 < fix-musl.patch
+patch -p1 < nogl.patch
mkdir build
cd build
+CFLAGS="${CFLAGS} -Wno-expansion-to-defined" \
+CXXFLAGS="${CXXFLAGS} -Wno-expansion-to-defined" \
cmake \
-DCMAKE_BUILD_TYPE=Release \
- -DENABLE_ACCESSIBILITY=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \