Skip to content

Commit 6a8ada3

Browse files
committed
depends: qrencode: configure flags cleanup
This also fixes passing --without-tools
1 parent 86beb8c commit 6a8ada3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

depends/packages/qrencode.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
55
$(package)_sha256_hash=efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5
66

77
define $(package)_set_vars
8-
$(package)_config_opts=--disable-shared -without-tools --disable-sdltest
8+
$(package)_config_opts=--disable-shared --without-tools --without-tests --disable-sdltest
9+
$(package)_config_opts += --disable-gprof --disable-gcov --disable-mudflap
910
$(package)_config_opts_linux=--with-pic
1011
endef
1112

0 commit comments

Comments
 (0)