Skip to content

Commit 9022203

Browse files
committed
fic pacparser patch
1 parent 451b7f2 commit 9022203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/build-or-download-cvmfs-debs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ then
4949
# https://github.com/manugarg/pacparser/issues/194
5050
if gcc --version | grep -q "^gcc.*14"; then
5151
cat << EOF > externals/pacparser/src/fix_gcc14.patch
52-
--- a/src/spidermonkey/js/src/jsapi.c
53-
+++ b/src/spidermonkey/js/src/jsapi.c
52+
--- src/spidermonkey/js/src/jsapi.c
53+
+++ src/spidermonkey/js/src/jsapi.c
5454
@@ -93,7 +93,7 @@
5555
#ifdef HAVE_VA_LIST_AS_ARRAY
5656
#define JS_ADDRESSOF_VA_LIST(ap) ((va_list *)(ap))

0 commit comments

Comments
 (0)