@ -3,6 +3,7 @@ $(package)_version=4.3.5
$(package)_download_path = https://github.com/zeromq/libzmq/releases/download/v$( $( package) _version) /
$(package)_file_name = $( package) -$( $( package) _version) .tar.gz
$(package)_sha256_hash = 6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
$(package)_build_subdir = build
$(package)_patches = remove_libstd_link.patch
$(package)_patches += macos_mktemp_check.patch
$(package)_patches += builtin_sha1.patch
@ -11,11 +12,12 @@ $(package)_patches += cmake_minimum.patch
$(package)_patches += no_librt.patch
d e f i n e $( package ) _ s e t _ v a r s
$( package) _config_opts = --without-docs --disable-shared --disable-valgrind
$( package) _config_opts += --disable-perf --disable-curve-keygen --disable-curve --disable-libbsd
$( package) _config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
$( package) _config_opts += --disable-libunwind --disable-radix-tree --without-gcov --disable-dependency-tracking
$( package) _config_opts += --disable-Werror --disable-drafts --enable-option-checking
$( package) _config_opts := -DCMAKE_BUILD_TYPE= None -DWITH_DOCS= OFF -DWITH_LIBSODIUM= OFF
$( package) _config_opts += -DWITH_LIBBSD= OFF -DENABLE_CURVE= OFF -DENABLE_CPACK= OFF
$( package) _config_opts += -DBUILD_SHARED= OFF -DBUILD_TESTS= OFF -DZMQ_BUILD_TESTS= OFF
$( package) _config_opts += -DENABLE_DRAFTS= OFF -DZMQ_BUILD_TESTS= OFF
$( package) _cxxflags += -ffile-prefix-map= $( $( package) _extract_dir) = /usr
$( package) _config_opts_mingw32 += -DZMQ_WIN32_WINNT= 0x0601 -DZMQ_HAVE_IPC= OFF
e n d e f
d e f i n e $( package ) _ p r e p r o c e s s _ c m d s
@ -28,17 +30,15 @@ define $(package)_preprocess_cmds
e n d e f
d e f i n e $( package ) _ c o n f i g _ c m d s
./autogen.sh && \
cp -f $( BASEDIR) /config.guess $( BASEDIR) /config.sub config && \
$( $( package) _autoconf)
$( $( package) _cmake) -S .. -B .
e n d e f
d e f i n e $( package ) _ b u i l d _ c m d s
$( MAKE) src/libzmq.la
$( MAKE)
e n d e f
d e f i n e $( package ) _ s t a g e _ c m d s
$( MAKE) DESTDIR = $( $( package) _staging_dir) install-libLTLIBRARIES install-includeHEADERS install-pkgconfigDATA
$( MAKE) DESTDIR = $( $( package) _staging_dir) install
e n d e f
d e f i n e $( package ) _ p o s t p r o c e s s _ c m d s