Skip to content

Commit b679851

Browse files
shawnlaffangenio
authored andcommitted
libunistring 1.1
1 parent eb611d5 commit b679851

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

5034

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ t1lib-5.1.2
5656
libffi-3.2.1
5757
libuv-v1.28.0
5858

59-
libunistring-0.9.10
59+
libunistring-1.1
6060
libidn2-2.1.1
6161

6262
###### PDL related

build.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,19 @@ xxrun make check
326326
xxrun 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
# ----------------------------------------------------------------------------
330343
libxml2-*)
331344
cd $WRKDIR/$PACK

sources.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
373373
https://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/
376377
http://curl.haxx.se/download/curl-7.45.0.tar.gz

0 commit comments

Comments
 (0)