We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451b7f2 commit 9022203Copy full SHA for 9022203
containers/build-or-download-cvmfs-debs.sh
@@ -49,8 +49,8 @@ then
49
# https://github.com/manugarg/pacparser/issues/194
50
if gcc --version | grep -q "^gcc.*14"; then
51
cat << EOF > externals/pacparser/src/fix_gcc14.patch
52
---- a/src/spidermonkey/js/src/jsapi.c
53
-+++ b/src/spidermonkey/js/src/jsapi.c
+--- src/spidermonkey/js/src/jsapi.c
++++ src/spidermonkey/js/src/jsapi.c
54
@@ -93,7 +93,7 @@
55
#ifdef HAVE_VA_LIST_AS_ARRAY
56
#define JS_ADDRESSOF_VA_LIST(ap) ((va_list *)(ap))
0 commit comments