summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/hints
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-09 16:34:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-09 16:34:11 +0000
commit298537ea8b73f2f771f1ac3f0e023ce67afb2dec (patch)
tree9791534281d3cd545f1aaa4924b47c5462701750 /gnu/usr.bin/perl/hints
parent65c685cc9e31308678e954366ced0d603d0b2cc8 (diff)
o kill colon-separated paths in *libexp, they confuse too many modules
o kill MakeMaker hack (no longer needed) o define APPLLIB_EXP to be /usr/local/libdata/perl5 to let users override standard modules if they want The perl search path in @INC is now: /usr/local/libdata/perl5 /usr/libdata/perl5/i386-openbsd/5.00503 /usr/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl .
Diffstat (limited to 'gnu/usr.bin/perl/hints')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index 20afd456f54..5b3bf9fdb05 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -75,6 +75,7 @@ case "$openbsd_distribution" in
libpth='/usr/lib'
locincpth=''
loclibpth=''
+ ccflags='-DAPPLLIB_EXP="/usr/local/libdata/perl5"'
;;
esac