summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lensfun.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk
index 7a993e2..1c3ecca 100644
--- a/src/lensfun.mk
+++ b/src/lensfun.mk
@@ -43,8 +43,8 @@ define $(PKG)_BUILD
--mode=release \
--vectorization= \
--staticlibs=$(if $(BUILD_STATIC),YES,NO)
- $(MAKE) -C '$(1)' -j '$(JOBS)' libs
- $(MAKE) -C '$(1)' -j 1 install-lensdb install-lensfun-pc install-lensfun
+ $(MAKE) -C '$(1)' -j '$(JOBS)' libs V=1
+ $(MAKE) -C '$(1)' -j 1 install-lensdb install-lensfun-pc install-lensfun V=1
$(if $(BUILD_SHARED),$($(PKG)_INSTALL_SHARED),)
'$(TARGET)-gcc' \