aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisko Hevery2011-01-31 11:55:44 -0800
committerMisko Hevery2011-02-01 09:58:37 -0800
commitpatch)
tree2835e5ab21d4700724c28d8bf1178ea13e622eae /src
parent9fd3dfe49d283c136e29bf60c0da6d4fe2aaed3d (diff)
downloadangular.js-ed768ebc53ef6746ca83d81892c22d2e9c3afeef.tar.bz2
Developer guide documentation
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions
34;--enable-ipv6", "--with-defaults", "--with-persistent-directory=#{var}/db/net-snmp", "--with-logfile=#{var}/log/snmpd.log", "--with-mib-modules=host ucd-snmp/diskio", "--without-rpm", "--without-kmem-usage", "--disable-embedded-perl", "--without-perl-modules", ] if build.with? "python" args << "--with-python-modules" ENV["PYTHONPROG"] = `which python` end # https://sourceforge.net/p/net-snmp/bugs/2504/ ln_s "darwin13.h", "include/net-snmp/system/darwin14.h" system "./configure", *args system "make" system "make", "install" end end