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.
2 parents 80c942d + 68b4e6c commit dd4dbeaCopy full SHA for dd4dbea
Formula/r/radare2.rb
@@ -21,6 +21,9 @@ class Radare2 < Formula
21
sha256 x86_64_linux: "d890838a320f89e6ec669d9c689a837df4039d37b448190b07a6105b20e2a89f"
22
end
23
24
+ # Required for r2pm (https://github.com/radareorg/radare2-pm/issues/170)
25
+ depends_on "pkgconf"
26
+
27
def install
28
system "./configure", "--prefix=#{prefix}"
29
system "make"
0 commit comments