gdb: clarify caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2011-10-26 20:05:10 -05:00 committed by Misty De Meo
parent d2fea8cec2
commit 733efdfcf1

View file

@ -17,11 +17,10 @@ class Gdb < Formula
end
def caveats; <<-EOS.undent
In order to make this build of gdb useful, you may have to code sign
the binary. In order to do this, you must create a certificate in your
System keychain. For more information, see:
gdb requires special privileges to access Mach ports.
You will need to codesign the binary. For instructions, see:
http://sourceware.org/gdb/wiki/BuildingOnDarwin
http://sourceware.org/gdb/wiki/BuildingOnDarwin
EOS
end
end