summaryrefslogtreecommitdiffstats
path: root/package/libqrencode/libqrencode.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libqrencode/libqrencode.mk')
-rw-r--r--package/libqrencode/libqrencode.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libqrencode/libqrencode.mk b/package/libqrencode/libqrencode.mk
index 7d4387dee..5f30e77ba 100644
--- a/package/libqrencode/libqrencode.mk
+++ b/package/libqrencode/libqrencode.mk
@@ -15,14 +15,14 @@ LIBQRENCODE_LICENSE_FILES = COPYING
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
LIBQRENCODE_CONF_ENV += LIBS='-pthread'
else
-LIBQRENCODE_CONF_OPT += --disable-thread-safety
+LIBQRENCODE_CONF_OPTS += --disable-thread-safety
endif
ifeq ($(BR2_PACKAGE_LIBQRENCODE_TOOLS),y)
-LIBQRENCODE_CONF_OPT += --with-tools=yes
+LIBQRENCODE_CONF_OPTS += --with-tools=yes
LIBQRENCODE_DEPENDENCIES += libpng
else
-LIBQRENCODE_CONF_OPT += --with-tools=no
+LIBQRENCODE_CONF_OPTS += --with-tools=no
endif
$(eval $(autotools-package))