Skip to content

Commit

Permalink
Merge pull request #181497 from Homebrew/metaproxy-linkage
Browse files Browse the repository at this point in the history
metaproxy: declare indirect deps with linkage
  • Loading branch information
BrewTestBot authored Aug 17, 2024
2 parents 4215d5b + 1c14d3c commit c5130eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Formula/m/metaproxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,14 @@ class Metaproxy < Formula
end

depends_on "pkg-config" => :build

depends_on "boost"
depends_on "yaz"
depends_on "yazpp"

uses_from_macos "libxml2"
uses_from_macos "libxslt"

fails_with gcc: "5"

def install
Expand Down Expand Up @@ -62,6 +67,6 @@ def install
</metaproxy>
EOS

system bin/"metaproxy", "-t", "--config", "#{testpath}/test-config.xml"
system bin/"metaproxy", "-t", "--config", testpath/"test-config.xml"
end
end

0 comments on commit c5130eb

Please sign in to comment.