Skip to content

Commit 68b4e6c

Browse files
committed
radare2: Add runtime dependency pkgconf to support r2pm
1 parent 79ca78e commit 68b4e6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/r/radare2.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ class Radare2 < Formula
2121
sha256 x86_64_linux: "d890838a320f89e6ec669d9c689a837df4039d37b448190b07a6105b20e2a89f"
2222
end
2323

24+
# Required for r2pm (https://github.com/radareorg/radare2-pm/issues/170)
25+
depends_on "pkgconf"
26+
2427
def install
2528
system "./configure", "--prefix=#{prefix}"
2629
system "make"

0 commit comments

Comments
 (0)