Skip to content

Commit

Permalink
miniupnpc: conflicts_with "wownero"
Browse files Browse the repository at this point in the history
Add a `conflicts_with` directive to indicate that the newly-added
`wownero` formula [1] also installs a `libminiupnpc.a` library.

This currently blocks CI on PR #59257 [2]. To get this out of the
way quickly, use `conflicts_with` for now instead of making
`miniupnpc` a dependency of `wownero`.

[1]: #59687

[2]: #59257

Closes #60391.

Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
claui authored and BrewTestBot committed Aug 31, 2020
1 parent f694844 commit 9b15956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/miniupnpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class Miniupnpc < Formula
sha256 "b65b947374b703c4473c6f4daa74090181c7372e4b2d663a05890f988605eab9" => :el_capitan
end

conflicts_with "wownero", because: "wownero ships its own copy of miniupnpc"

def install
system "make", "INSTALLPREFIX=#{prefix}", "install"
end
Expand Down

0 comments on commit 9b15956

Please sign in to comment.