Skip to content

Commit baa4bac

Browse files
committed
regenerate from updated zproject to fix macos-14 build
1 parent e6f0a0f commit baa4bac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
PACKAGES: cmake git uuid-dev libsystemd-dev liblz4-dev libnss3-dev libzmq3-dev libcurl4-nss-dev libmicrohttpd-dev
3636
- os: macos-latest
3737
BUILD_TYPE: default
38-
PACKAGES: automake autoconf ossp-uuid zeromq curl libmicrohttpd
38+
PACKAGES: automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd
3939
DRAFT: enabled
4040
- os: macos-latest
4141
BUILD_TYPE: default
4242
DRAFT: disabled
43-
PACKAGES: automake autoconf ossp-uuid zeromq curl libmicrohttpd
43+
PACKAGES: automake autoconf libtool ossp-uuid zeromq curl libmicrohttpd
4444
# For non-cmake users, there is an autotools solution with a bit more overhead
4545
# to have dependencies ready and pass configure script before making this check).
4646
# Note that the autotools variant will also require dependencies preinstalled to

doc/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MAN1 = zmakecert.1
1111
MAN3 = zactor.3 zargs.3 zarmour.3 zcert.3 zcertstore.3 zchunk.3 zclock.3 zconfig.3 zdigest.3 zdir.3 zdir_patch.3 zfile.3 zframe.3 zhash.3 zhashx.3 ziflist.3 zlist.3 zlistx.3 zloop.3 zmsg.3 zpoller.3 zproc.3 zsock.3 zstr.3 zsys.3 ztimerset.3 ztrie.3 zuuid.3 zhttp_client.3 zhttp_server.3 zhttp_server_options.3 zhttp_request.3 zhttp_response.3 zosc.3 zauth.3 zbeacon.3 zgossip.3 zmonitor.3 zproxy.3 zrex.3
1212
# Project overview, written by a human after initial skeleton:
1313
# NOTE: stub doc/czmq.adoc is generated by GSL from project.xml
14-
# and then committed to SCM and maintained manually to describe the
14+
# and then comitted to SCM and maintained manually to describe the
1515
# project (section 7 = Overview, conventions, and miscellaneous).
1616
MAN7 = czmq.7
1717
MAN_DOC = $(MAN1) $(MAN3) $(MAN7)

0 commit comments

Comments
 (0)