Skip to content

Commit fbbff31

Browse files
python2: fix cross.
1 parent e515255 commit fbbff31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

srcpkgs/python2/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ do_configure() {
5353
fi
5454
./configure ${configure_args} ${_args} \
5555
--enable-shared --enable-ipv6 --with-threads --enable-unicode=ucs4 \
56-
--with-computed-gotos --with-wctype-functions --with-dbmliborder=gdbm:ndbm \
56+
--with-computed-gotos --with-dbmliborder=gdbm:ndbm \
5757
--with-system-expat --with-system-ffi --without-ensurepip
5858
}
5959

0 commit comments

Comments
 (0)