aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/xcb_proto.mk
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-11-11 18:21:23 -0500
committerCory Fields <cory-nospam-@coryfields.com>2014-11-19 22:49:41 -0500
commit4302fa67b12794648abb40a9e9f18230041691b4 (patch)
tree54ccd8b98189d26f7184bd8eace7056cf39d06d0 /depends/packages/xcb_proto.mk
parentb5d1b1092998bc95313856d535c632ea5a8f9104 (diff)
downloadbitcoin-4302fa67b12794648abb40a9e9f18230041691b4.tar.xz
depends: Use pic for all linux dependencies
This avoids textrels, and matches previous gitian behavior.
Diffstat (limited to 'depends/packages/xcb_proto.mk')
-rw-r--r--depends/packages/xcb_proto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/xcb_proto.mk b/depends/packages/xcb_proto.mk
index 726e3048c3..0c7c958d62 100644
--- a/depends/packages/xcb_proto.mk
+++ b/depends/packages/xcb_proto.mk
@@ -6,7 +6,7 @@ $(package)_sha256_hash=7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c92280
define $(package)_set_vars
$(package)_config_opts=--disable-shared
- $(package)_config_opts_x86_64_linux=--with-pic
+ $(package)_config_opts_linux=--with-pic
endef
define $(package)_config_cmds