summaryrefslogtreecommitdiff
path: root/contrib/perl5/ext/DynaLoader/hints
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-03-16 20:14:31 +0000
committerMark Murray <markm@FreeBSD.org>2002-03-16 20:14:31 +0000
commitcf90a21ebd2262e09730a5a55c5ccb62f1622fad (patch)
tree116739180f0198b4d3857979a8e84444c2fe0949 /contrib/perl5/ext/DynaLoader/hints
parentfc75d0664419eb8c8f264d8f298df2cd155c8966 (diff)
Notes
Diffstat (limited to 'contrib/perl5/ext/DynaLoader/hints')
-rw-r--r--contrib/perl5/ext/DynaLoader/hints/netbsd.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/perl5/ext/DynaLoader/hints/netbsd.pl b/contrib/perl5/ext/DynaLoader/hints/netbsd.pl
new file mode 100644
index 000000000000..a0fbaf7d89ee
--- /dev/null
+++ b/contrib/perl5/ext/DynaLoader/hints/netbsd.pl
@@ -0,0 +1,3 @@
+# XXX Configure test needed?
+# Some NetBSDs seem to have a dlopen() that won't accept relative paths
+$self->{CCFLAGS} = $Config{ccflags} . ' -DDLOPEN_WONT_DO_RELATIVE_PATHS';