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 d327988 commit 451b7f2Copy full SHA for 451b7f2
containers/build-or-download-cvmfs-debs.sh
@@ -47,7 +47,7 @@ then
47
48
# gcc 14 fix for CVMFS's dependency pacparser, see
49
# https://github.com/manugarg/pacparser/issues/194
50
- if gcc --version | grep -q "^gcc" | grep -q "14"; then
+ 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
0 commit comments