Skip to content

Commit

Permalink
Merge pull request #32 from perftool-incubator/fix-longpath
Browse files Browse the repository at this point in the history
Fix bison/gettext builds
  • Loading branch information
k-rister authored Oct 7, 2024
2 parents 2d9bb90 + ba6c089 commit 0d08098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"unpack": "tar -xf bison.tar.xz",
"get_dir": "tar -tf bison.tar.xz | head -n 1",
"commands": [
"./configure",
"./configure gl_cv_func_getcwd_path_max='yes, but with shorter paths'",
"make -j32 install",
"ldconfig",
"rm -rf *"
Expand All @@ -58,7 +58,7 @@
"unpack": "tar -xf gettext.tar.xz",
"get_dir": "tar -tf gettext.tar.xz | head -n 1",
"commands": [
"./configure",
"./configure gl_cv_func_getcwd_path_max='yes, but with shorter paths'",
"make -j32 install",
"ldconfig",
"rm -rf *"
Expand Down

0 comments on commit 0d08098

Please sign in to comment.