File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ task:
101
101
--with-ssl=openssl \
102
102
--with-tcl --with-tclconfig=/usr/local/lib/tcl8.6/ \
103
103
--with-uuid=bsd \
104
+ --with-zstd \
104
105
\
105
106
--with-includes=/usr/local/include \
106
107
--with-libs=/usr/local/lib \
@@ -142,6 +143,7 @@ LINUX_CONFIGURE_FEATURES: &LINUX_CONFIGURE_FEATURES >-
142
143
--with-systemd
143
144
--with-tcl --with-tclconfig=/usr/lib/tcl8.6/
144
145
--with-uuid=ossp
146
+ --with-zstd
145
147
146
148
147
149
task :
@@ -270,7 +272,8 @@ task:
270
272
openldap \
271
273
openssl \
272
274
python \
273
- tcl-tk
275
+ tcl-tk \
276
+ zstd
274
277
275
278
brew cleanup -s # to reduce cache size
276
279
upload_caches : homebrew
@@ -282,7 +285,7 @@ task:
282
285
INCLUDES="${brewpath}/include:${INCLUDES}"
283
286
LIBS="${brewpath}/lib:${LIBS}"
284
287
285
- for pkg in icu4c krb5 openldap openssl ; do
288
+ for pkg in icu4c krb5 openldap openssl zstd ; do
286
289
pkgpath="${brewpath}/opt/${pkg}"
287
290
INCLUDES="${pkgpath}/include:${INCLUDES}"
288
291
LIBS="${pkgpath}/lib:${LIBS}"
@@ -307,6 +310,7 @@ task:
307
310
--with-ssl=openssl \
308
311
--with-tcl --with-tclconfig=${brewpath}/opt/tcl-tk/lib/ \
309
312
--with-uuid=e2fs \
313
+ --with-zstd \
310
314
\
311
315
--prefix=${HOME}/install \
312
316
--with-includes="${INCLUDES}" \
You can’t perform that action at this time.
0 commit comments