aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-12-08 16:49:13 -0500
committerfanquake <fanquake@gmail.com>2019-12-08 17:55:11 -0500
commite97f5c18238835bc3a3aee2e9e65b287f1c8b938 (patch)
tree1fc6939938b36beb65520eaf72d5e95cf0997548 /depends
parentbb03765e2d554da9dad5b9b314844a2ecb5c62e2 (diff)
downloadbitcoin-e97f5c18238835bc3a3aee2e9e65b287f1c8b938.tar.xz
depends: don't configure xcb_proto
xcb_proto's configure doesn't understand --disable-shared or --with-pic. All the package does it put a stack of xml files into a directory to be used by libxcb.
Diffstat (limited to 'depends')
-rw-r--r--depends/packages/xcb_proto.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/depends/packages/xcb_proto.mk b/depends/packages/xcb_proto.mk
index 85d01ecd2f..01203a0718 100644
--- a/depends/packages/xcb_proto.mk
+++ b/depends/packages/xcb_proto.mk
@@ -4,11 +4,6 @@ $(package)_download_path=https://xcb.freedesktop.org/dist
$(package)_file_name=xcb-proto-$($(package)_version).tar.bz2
$(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05
-define $(package)_set_vars
- $(package)_config_opts=--disable-shared --enable-option-checking
- $(package)_config_opts_linux=--with-pic
-endef
-
define $(package)_config_cmds
$($(package)_autoconf)
endef