diff options
author | 2003-12-03 03:08:09 +0000 | |
---|---|---|
committer | 2003-12-03 03:08:09 +0000 | |
commit | 12bcb0632021ae07ce763496a8d39b18f9fbbfdc (patch) | |
tree | 5713b52dd22fffbc80eaa58e085c8b623b40934b | |
parent | Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffolding (diff) | |
download | wireguard-openbsd-12bcb0632021ae07ce763496a8d39b18f9fbbfdc.tar.xz wireguard-openbsd-12bcb0632021ae07ce763496a8d39b18f9fbbfdc.zip |
Whoops, don't build threaded by default
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index adeff3c7a54..953edbbd2d6 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.58 2003/12/03 03:02:19 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.59 2003/12/03 03:08:09 millert Exp $ # # Build wrapper for Perl 5.8.2 # # To build a threaded perl, uncomment this. Not stable on all platforms... -THREADED_PERL=true +#THREADED_PERL=true # Perl builds with -fno-strict-aliasing, we want libperl to do the same CFLAGS+= -fno-strict-aliasing |