summaryrefslogtreecommitdiff
path: root/external/libgpg-error
diff options
context:
space:
mode:
Diffstat (limited to 'external/libgpg-error')
-rw-r--r--external/libgpg-error/ExternalProject_libgpg-error.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libgpg-error/ExternalProject_libgpg-error.mk b/external/libgpg-error/ExternalProject_libgpg-error.mk
index 6c437ef8c884..20a4330b3681 100644
--- a/external/libgpg-error/ExternalProject_libgpg-error.mk
+++ b/external/libgpg-error/ExternalProject_libgpg-error.mk
@@ -45,6 +45,7 @@ $(call gb_ExternalProject_get_state_target,libgpg-error,build):
$(if $(filter MSC,$(COM)),--force_use_syscfg=true) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter MACOSX,$(OS)),--prefix=/@.__________________________________________________OOO) \
+ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),--disable-shared,--disable-static) \
&& $(MAKE) \
)