Remove PERL5_USE_THREADS setting now that the default is perl58-thread.
This commit is contained in:
parent
0db7a32334
commit
e281d8ed2c
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Interix.mk,v 1.12 2004/11/16 18:04:00 tv Exp $
|
||||
# $NetBSD: Interix.mk,v 1.13 2004/11/19 13:10:05 tv Exp $
|
||||
#
|
||||
# Variable definitions for the Interix operating system.
|
||||
|
||||
|
@ -101,9 +101,6 @@ TYPE?= type # Shell builtin
|
|||
WC?= /bin/wc
|
||||
XARGS?= /bin/xargs
|
||||
|
||||
# Default to threaded Perl, the same as is shipped with Interix itself.
|
||||
PERL5_USE_THREADS?= yes
|
||||
|
||||
USERADD?= ${LOCALBASE}/sbin/useradd
|
||||
GROUPADD?= ${LOCALBASE}/sbin/groupadd
|
||||
_PKG_USER_HOME?= # empty by default
|
||||
|
|
Loading…
Reference in a new issue