summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-11 17:19:44 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-11 17:19:44 +0000
commitc9e9dc3f9f82339bb9d113d020755a7162cd82ff (patch)
treeee439eaca935809586e14fea4ca0ac1cdff6665f
parentb286e6fb75a8fc8e8857cffa45fd8d17fea0e868 (diff)
Go back to colon-separated paths approach but truncate lib paths
on ':' in configpm when generating Config.pl. This is a bit of a hack but better than hacking a large number of modules. Turns out we still need /usr/libdata/perl5/site_perl for the .ph files.
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index 5b3bf9fdb05..20afd456f54 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -75,7 +75,6 @@ case "$openbsd_distribution" in
libpth='/usr/lib'
locincpth=''
loclibpth=''
- ccflags='-DAPPLLIB_EXP="/usr/local/libdata/perl5"'
;;
esac