File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : zeromq
3
3
version : 4.3.5
4
- epoch : 2
4
+ epoch : 3
5
5
description : The ZeroMQ messaging library and tools
6
6
copyright :
7
7
- license : MPL-2.0
8
8
9
9
environment :
10
10
contents :
11
11
packages :
12
- - automake
13
12
- build-base
14
- - busybox
15
- - ca-certificates-bundle
13
+ - libbsd-dev
16
14
- libsodium-dev
17
15
- perl
18
16
- util-linux-dev
@@ -24,13 +22,13 @@ pipeline:
24
22
expected-sha256 : 6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
25
23
uri : https://github.com/zeromq/libzmq/releases/download/v${{package.version}}/zeromq-${{package.version}}.tar.gz
26
24
27
- - uses : autoconf /configure
25
+ - uses : cmake /configure
28
26
with :
29
- opts : --with-libsodium --disable-Werror
27
+ opts : -DENABLE_CURVE=ON -DWITH_LIBSODIUM=ON
30
28
31
- - uses : autoconf/make
29
+ - uses : cmake/build
32
30
33
- - uses : autoconf/make- install
31
+ - uses : cmake/ install
34
32
35
33
- uses : strip
36
34
You can’t perform that action at this time.
0 commit comments