Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 58c00be

Browse files
committed
arrow: disable libre2
1 parent 88b53d1 commit 58c00be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mingw-w64-arrow/PKGBUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ arch=("any")
99
url="https://arrow.apache.org/"
1010
license=("Apache-2.0")
1111
depends=("${MINGW_PACKAGE_PREFIX}-libutf8proc"
12-
"${MINGW_PACKAGE_PREFIX}-re2"
1312
"${MINGW_PACKAGE_PREFIX}-lz4"
1413
"${MINGW_PACKAGE_PREFIX}-snappy"
1514
"${MINGW_PACKAGE_PREFIX}-thrift"
@@ -71,7 +70,7 @@ build() {
7170
-DARROW_SNAPPY_USE_SHARED=OFF \
7271
-DARROW_USE_GLOG=OFF \
7372
-DARROW_WITH_LZ4=ON \
74-
-DARROW_WITH_RE2=ON \
73+
-DARROW_WITH_RE2=OFF \
7574
-DARROW_WITH_SNAPPY=ON \
7675
-DARROW_WITH_UTF8PROC=ON \
7776
-DARROW_WITH_ZLIB=ON \

0 commit comments

Comments
 (0)