diff options
-rw-r--r-- | gnu/usr.bin/perl/hints/openbsd.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh index bcb54b4ccb0..692871c868a 100644 --- a/gnu/usr.bin/perl/hints/openbsd.sh +++ b/gnu/usr.bin/perl/hints/openbsd.sh @@ -71,11 +71,11 @@ case "$openbsd_distribution" in prefix='/usr' prefixexp='/usr' sysman='/usr/share/man/man1' + libpth='/usr/lib' + glibpth='/usr/lib' # Ports installs non-std libs in /usr/local/lib so look there too - glibpth='/usr/lib /usr/local/lib' - libpth='/usr/lib /usr/local/lib' - locincpth='' - loclibpth='' + locincpth='/usr/local/include' + loclibpth='/usr/local/lib' # Link perl with shared libperl if [ "$usedl" = "$define" -a -r shlib_version ]; then useshrplib=true |