freebsd-nq/gnu/usr.bin/perl
Anton Berezin 90270b8e6f Fix the build of C programs that link against libperl, and use the
blessed way of doing this:

   cc -o interp interp.c `perl -MExtUtils::Embed -e ccopts -e ldopts`

In order for this to work, ldopts should contain -lcrypt.

PR:		21804
Reviewed by:	markm
2001-06-13 20:37:03 +00:00
..
BSDPAN - Avoid circular `use Config', which may lead to random synax errors 2001-05-02 21:18:32 +00:00
libperl Fix the build of C programs that link against libperl, and use the 2001-06-13 20:37:03 +00:00
library From the submitter: 2001-05-26 17:40:09 +00:00
miniperl When setproctitle() moved from libutil to libc, we forgot to back the 2001-02-13 05:19:56 +00:00
perl Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
pod MAN[1-9] -> MAN. 2001-03-27 14:59:06 +00:00
suidperl Always build and install suidperl. Only install suidperl setuid when 2000-08-13 01:40:06 +00:00
utils Fix cross-building. 2000-11-20 02:17:34 +00:00
x2p Fix cross-building. 2000-11-20 02:17:34 +00:00
Makefile Commit the first version of BSDPAN. 2001-04-03 18:38:53 +00:00
Makefile.inc For the time being, Perl threading is considered dangerous. How, when 2001-05-31 11:04:53 +00:00