summaryrefslogtreecommitdiff
path: root/perl/SNMP/hints/irix.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/SNMP/hints/irix.pl')
-rw-r--r--perl/SNMP/hints/irix.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl/SNMP/hints/irix.pl b/perl/SNMP/hints/irix.pl
new file mode 100644
index 0000000..3e38826
--- /dev/null
+++ b/perl/SNMP/hints/irix.pl
@@ -0,0 +1,2 @@
+# uses libelf for nlist on irix (>= 5.3?)
+$self->{LIBS} .= ' -lelf';