File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ t1lib-5.1.2
5656libffi-3.2.1
5757libuv-v1.28.0
5858
59- libunistring-0.9.10
59+ libunistring-1.1
6060libidn2-2.1.1
6161
6262###### PDL related
Original file line number Diff line number Diff line change @@ -326,6 +326,19 @@ xxrun make check
326326xxrun make install
327327;;
328328
329+ # ----------------------------------------------------------------------------
330+ libunistring-* )
331+ cd $WRKDIR /$PACK
332+ save_configure_help
333+ xxrun ./configure $HOSTBUILD --prefix=$OUT --disable-dependency-tracking \
334+ --enable-static=no --enable-shared=yes \
335+ --enable-threads=windows \
336+ CFLAGS=" -O2 -I$OUTINC -mms-bitfields" LDFLAGS=" -L$OUTLIB "
337+ patch_libtool
338+ xxrun make
339+ xxrun make install
340+ ;;
341+
329342# ----------------------------------------------------------------------------
330343libxml2-* )
331344cd $WRKDIR /$PACK
Original file line number Diff line number Diff line change @@ -371,6 +371,7 @@ http://ftp.gnu.org/gnu/libidn/libidn2-2.1.1a.tar.gz -O libidn2-2.1.1.tar.gz
371371
372372#libunistring is required by libidn2
373373https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.10.tar.gz
374+ https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.gz
374375
375376#URL http://curl.haxx.se/download/
376377http://curl.haxx.se/download/curl-7.45.0.tar.gz
You can’t perform that action at this time.
0 commit comments