CVSROOT: /cvs Module name: src Changes by: afre...@cvs.openbsd.org 2020/06/27 14:44:13
Modified files: gnu/usr.bin/perl: Makefile.SH Makefile.bsd-wrapper Makefile.bsd-wrapper1 git_version.h installperl numeric.c gnu/usr.bin/perl/ext/DynaLoader: Makefile.PL gnu/usr.bin/perl/hints: openbsd.sh gnu/usr.bin/perl/lib: Config_git.pl Removed files: gnu/usr.bin/perl: DynaLoader.sed Log message: Remove some customizations from the perl build This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@