Skip to content

Commit

Permalink
depends: qrencode 4.1.1
Browse files Browse the repository at this point in the history
Upgrade to the latest qrencode, and disable some warnings that cause
compile failures with newer compilers (clang-15+).

Fixes part of bitcoin#27299.
  • Loading branch information
fanquake committed Mar 23, 2023
1 parent 2fadb26 commit eb1c3ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions depends/packages/qrencode.mk
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
package=qrencode
$(package)_version=3.4.4
$(package)_version=4.1.1
$(package)_download_path=https://fukuchi.org/works/qrencode/
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
$(package)_sha256_hash=efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5
$(package)_sha256_hash=e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923

define $(package)_set_vars
$(package)_config_opts=--disable-shared --without-tools --without-tests --disable-sdltest
$(package)_config_opts=--disable-shared --without-tools --without-tests --without-png
$(package)_config_opts += --disable-gprof --disable-gcov --disable-mudflap
$(package)_config_opts += --disable-dependency-tracking --enable-option-checking
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_android=--with-pic
$(package)_cflags += -Wno-int-conversion -Wno-implicit-function-declaration
endef

define $(package)_preprocess_cmds
Expand Down

0 comments on commit eb1c3ad

Please sign in to comment.