summaryrefslogtreecommitdiff
path: root/ext/ODBM_File/hints/svr4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ODBM_File/hints/svr4.pl')
-rw-r--r--ext/ODBM_File/hints/svr4.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ODBM_File/hints/svr4.pl b/ext/ODBM_File/hints/svr4.pl
index 04d40e045a..3285d9a685 100644
--- a/ext/ODBM_File/hints/svr4.pl
+++ b/ext/ODBM_File/hints/svr4.pl
@@ -1,4 +1,4 @@
# Some SVR4 systems may need to link against routines in -lucb for
# odbm. Some may also need to link against -lc to pick up things like
# ecvt.
-$att{LIBS} = ['-ldbm -lucb -lc'];
+$self->{LIBS} = ['-ldbm -lucb -lc'];