summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:08:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-12-03 03:08:10 +0000
commit7cb9748cd6c63f43935c870f350f02af1d3ec9ad (patch)
tree89f3cf1cdc3ba210c8b9eeafb053d3469f3146b7
parentba0a2090f574df90404f8a0bbe689389ce0ebcab (diff)
Whoops, don't build threaded by default
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper4
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