Skip to content

Commit

Permalink
depends: build gmp with PIC on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jun 14, 2023
1 parent 85d1632 commit ee3bdc6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions depends/packages/gmp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ $(package)_file_name=$(package)-$($(package)_version).tar.xz
$(package)_sha256_hash=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2

define $(package)_set_vars
$(package)_config_opts=--disable-shared
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_aarch64_darwin+=--with-pic
$(package)_config_opts+=--enable-cxx --enable-fat --with-pic --disable-shared
$(package)_config_opts_mingw32+=--enable-mingw
endef

define $(package)_config_cmds
Expand Down

0 comments on commit ee3bdc6

Please sign in to comment.