depends: Use pic for all linux dependencies
This avoids textrels, and matches previous gitian behavior.
This commit is contained in:
@@ -8,8 +8,7 @@ $(package)_build_subdir=build_unix
|
||||
define $(package)_set_vars
|
||||
$(package)_config_opts=--disable-shared --enable-cxx --disable-replication
|
||||
$(package)_config_opts_mingw32=--enable-mingw
|
||||
$(package)_config_opts_x86_64_linux=--with-pic
|
||||
$(package)_config_opts_arm_linux=--with-pic
|
||||
$(package)_config_opts_linux=--with-pic
|
||||
endef
|
||||
|
||||
define $(package)_preprocess_cmds
|
||||
|
||||
Reference in New Issue
Block a user