diff options
author | 2020-06-27 20:44:12 +0000 | |
---|---|---|
committer | 2020-06-27 20:44:12 +0000 | |
commit | dab3a19829a881759a2b76e3b1e60dcf070d78e4 (patch) | |
tree | d5c22fc529219025c810b041ec556dc19d21203c /gnu/usr.bin/perl/lib/Config_git.pl | |
parent | Prevent the use of jump tables on powerpc64 as well. (diff) | |
download | wireguard-openbsd-dab3a19829a881759a2b76e3b1e60dcf070d78e4.tar.xz wireguard-openbsd-dab3a19829a881759a2b76e3b1e60dcf070d78e4.zip |
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@
Diffstat (limited to 'gnu/usr.bin/perl/lib/Config_git.pl')
-rw-r--r-- | gnu/usr.bin/perl/lib/Config_git.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/lib/Config_git.pl b/gnu/usr.bin/perl/lib/Config_git.pl index 6aacc4c1f4d..ef248282f23 100644 --- a/gnu/usr.bin/perl/lib/Config_git.pl +++ b/gnu/usr.bin/perl/lib/Config_git.pl @@ -1,6 +1,5 @@ ###################################################################### -# WARNING: 'lib/Config_git.pl' is generated by make_patchnum.pl -# DO NOT EDIT DIRECTLY - edit make_patchnum.pl instead +# WARNING: 'lib/Config_git.pl' is statically defined on OpenBSD ###################################################################### $Config::Git_Data=<<'ENDOFGIT'; git_commit_id='' |