diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-11-09 21:31:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-11-09 21:31:13 +0000 |
commit | 813b1480396ef8cc9707e38ecff2c0ca0a86d4b9 (patch) | |
tree | 2debd1d569a9ce31e0c5f6e5c51bc06b03bf42b1 /gnu/usr.bin/perl | |
parent | 0719c40509b61abe9fdde52dc2dd0089591a6758 (diff) |
Don't build profiled libperl; requested by deraadt@
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index f9a48f816a8..ee6477e9748 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.70 2006/03/28 19:22:56 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.71 2006/11/09 21:31:12 millert Exp $ # # Build wrapper for Perl 5.8.6 # @@ -6,6 +6,9 @@ # For ``NOMAN'' and ``USE_GCC3'' .include <bsd.own.mk> +# There is no point in building a profiled libperl that is never used. +NOPROFILE= + # To build a threaded perl, uncomment this. Not stable on all platforms... #THREADED_PERL=true |