Skip to content

Commit 8fb49e7

Browse files
authored
Merge pull request ocaml#8231 from mirage/ocamlgraph-v2
Apply a workaround to ocamlgraph to let it build on opam2
2 parents 88ad355 + fe82741 commit 8fb49e7

File tree

3 files changed

+3
-0
lines changed
  • packages/ocamlgraph
    • ocamlgraph.1.8.5
    • ocamlgraph.1.8.6
    • ocamlgraph.1.8.7

3 files changed

+3
-0
lines changed

packages/ocamlgraph/ocamlgraph.1.8.5/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tags: [
2222
"imperative"
2323
]
2424
build: [
25+
["touch" "./configure"] # https://github.com/ocaml/opam/issues/2814
2526
["./configure"]
2627
[make]
2728
]

packages/ocamlgraph/ocamlgraph.1.8.6/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tags: [
2222
"imperative"
2323
]
2424
build: [
25+
["touch" "./configure"] # https://github.com/ocaml/opam/issues/2814
2526
["./configure"]
2627
[make]
2728
]

packages/ocamlgraph/ocamlgraph.1.8.7/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tags: [
2222
"imperative"
2323
]
2424
build: [
25+
["touch" "./configure"] # https://github.com/ocaml/opam/issues/2814
2526
["./configure"]
2627
[make]
2728
]

0 commit comments

Comments
 (0)