summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/hints/openbsd.sh
AgeCommit message (Collapse)Author
2000-04-06perl-5.6.0 + local changesTodd C. Miller
2000-02-02Remove -Bforcearchive from lddlflags. -Bforcearchive only makes senseTodd C. Miller
if you are building a shared lib from a .a full of pic objects. This is not how perl builds shared libs and it hoses tk. Also sink with the hints file in perl5.005_63 (cosmetic)
2000-01-27Take /usr/local/lib out of glibpth and libpth. Define locincpth andTodd C. Miller
loclibpth to be /usr/local/include and /usr/local/lib respectively. This allows third party modules to grab stuff from /usr/local/{lib,include} but perl itself doesn't search for things there during a build.
2000-01-18Add /usr/local/lib to libpth/glibpth since ports installs thingsTodd C. Miller
in /usr/local/lib.
1999-11-09Install a shared libperl and link against it. Put libperl in /usr/libTodd C. Miller
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do.
1999-08-31Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵Todd C. Miller
default.
1999-08-20add -fno-strict-aliasingTodd C. Miller
1999-08-20comment out shared libperl support for the time beingTodd C. Miller
1999-08-20Link perl binary with shared libperlTodd C. Miller
1999-08-19The mips test for dynamic loading was wrongNiklas Hallqvist
1999-05-11Go back to colon-separated paths approach but truncate lib pathsTodd C. Miller
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.
1999-05-09o kill colon-separated paths in *libexp, they confuse too many modulesTodd C. Miller
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 .
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller
1999-04-29New configuration method, use a combination of hints and config.over. Also ↵Todd C. Miller
add in OpenBSD-specific patches
1999-04-29perl5.005_03Todd C. Miller