aboutsummaryrefslogtreecommitdiff
path: root/depends/packages/protobuf.mk
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-11-11 18:21:23 -0500
committerCory Fields <[email protected]>2014-11-19 22:49:41 -0500
commit4302fa67b12794648abb40a9e9f18230041691b4 (patch)
tree54ccd8b98189d26f7184bd8eace7056cf39d06d0 /depends/packages/protobuf.mk
parentdoc: add libgmp dependency for secp256k1 (diff)
downloaddiscoin-4302fa67b12794648abb40a9e9f18230041691b4.tar.xz
discoin-4302fa67b12794648abb40a9e9f18230041691b4.zip
depends: Use pic for all linux dependencies
This avoids textrels, and matches previous gitian behavior.
Diffstat (limited to 'depends/packages/protobuf.mk')
-rw-r--r--depends/packages/protobuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/protobuf.mk b/depends/packages/protobuf.mk
index 716f83785..5affad283 100644
--- a/depends/packages/protobuf.mk
+++ b/depends/packages/protobuf.mk
@@ -7,7 +7,7 @@ $(package)_dependencies=native_$(package)
define $(package)_set_vars
$(package)_config_opts=--disable-shared --with-protoc=$(build_prefix)/bin/protoc
- $(package)_config_opts_x86_64_linux=--with-pic
+ $(package)_config_opts_linux=--with-pic
endef
define $(package)_config_cmds