Skip to content

Commit

Permalink
fic pacparser patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 12, 2024
1 parent 451b7f2 commit 9022203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/build-or-download-cvmfs-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ then
# https://github.com/manugarg/pacparser/issues/194
if gcc --version | grep -q "^gcc.*14"; then
cat << EOF > externals/pacparser/src/fix_gcc14.patch
--- a/src/spidermonkey/js/src/jsapi.c
+++ b/src/spidermonkey/js/src/jsapi.c
--- src/spidermonkey/js/src/jsapi.c
+++ src/spidermonkey/js/src/jsapi.c
@@ -93,7 +93,7 @@
#ifdef HAVE_VA_LIST_AS_ARRAY
#define JS_ADDRESSOF_VA_LIST(ap) ((va_list *)(ap))
Expand Down

0 comments on commit 9022203

Please sign in to comment.