Skip to content

Commit 915640e

Browse files
theunihebasto
authored andcommitted
depends: zeromq: don't install .pc files and remove patches for them
1 parent 6b8a744 commit 915640e

File tree

3 files changed

+4
-63
lines changed

3 files changed

+4
-63
lines changed

depends/packages/zeromq.mk

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ $(package)_download_path=https://github.com/zeromq/libzmq/releases/download/v$($
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
55
$(package)_sha256_hash=6653ef5910f17954861fe72332e68b03ca6e4d9c7160eb3a8de5a5a913bfab43
66
$(package)_build_subdir=build
7-
$(package)_patches = remove_libstd_link.patch
8-
$(package)_patches += macos_mktemp_check.patch
7+
$(package)_patches = macos_mktemp_check.patch
98
$(package)_patches += builtin_sha1.patch
109
$(package)_patches += fix_have_windows.patch
1110
$(package)_patches += openbsd_kqueue_headers.patch
1211
$(package)_patches += cmake_minimum.patch
1312
$(package)_patches += cacheline_undefined.patch
1413
$(package)_patches += no_librt.patch
15-
$(package)_patches += fix_mingw_link.patch
1614

1715
define $(package)_set_vars
1816
$(package)_config_opts := -DCMAKE_BUILD_TYPE=None -DWITH_DOCS=OFF -DWITH_LIBSODIUM=OFF
@@ -24,15 +22,13 @@ define $(package)_set_vars
2422
endef
2523

2624
define $(package)_preprocess_cmds
27-
patch -p1 < $($(package)_patch_dir)/remove_libstd_link.patch && \
2825
patch -p1 < $($(package)_patch_dir)/macos_mktemp_check.patch && \
2926
patch -p1 < $($(package)_patch_dir)/builtin_sha1.patch && \
3027
patch -p1 < $($(package)_patch_dir)/cacheline_undefined.patch && \
3128
patch -p1 < $($(package)_patch_dir)/fix_have_windows.patch && \
3229
patch -p1 < $($(package)_patch_dir)/openbsd_kqueue_headers.patch && \
3330
patch -p1 < $($(package)_patch_dir)/cmake_minimum.patch && \
34-
patch -p1 < $($(package)_patch_dir)/no_librt.patch && \
35-
patch -p1 < $($(package)_patch_dir)/fix_mingw_link.patch
31+
patch -p1 < $($(package)_patch_dir)/no_librt.patch
3632
endef
3733

3834
define $(package)_config_cmds
@@ -48,5 +44,6 @@ define $(package)_stage_cmds
4844
endef
4945

5046
define $(package)_postprocess_cmds
51-
rm -rf share
47+
rm -rf share && \
48+
rm -rf lib/pkgconfig
5249
endef

depends/patches/zeromq/fix_mingw_link.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

depends/patches/zeromq/remove_libstd_link.patch

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)