summaryrefslogtreecommitdiff
path: root/svx/Executable_gengal.mk
diff options
context:
space:
mode:
authorRichard PALO <richard@NetBSD.org>2015-09-15 15:58:51 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-10-20 15:17:58 +0000
commitfd612a144c0028972513a18167a13d29326a1798 (patch)
tree66208cb56cc22e7d7b942f029a46f3213bb3a1a2 /svx/Executable_gengal.mk
parentd42c3e0ddd9078c00de591b7470d73ad8a186cb1 (diff)
Add DLOPEN_LIBS to configure for some cases where -ldl is needed
use std::sqrt in vcldemo.cxx Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee Reviewed-on: https://gerrit.libreoffice.org/18591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'svx/Executable_gengal.mk')
-rw-r--r--svx/Executable_gengal.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/Executable_gengal.mk b/svx/Executable_gengal.mk
index 38d5697f32a2..e075b0522d2a 100644
--- a/svx/Executable_gengal.mk
+++ b/svx/Executable_gengal.mk
@@ -63,13 +63,13 @@ endif
ifeq ($(ENABLE_HEADLESS),TRUE)
$(eval $(call gb_Executable_add_libs,gengal,\
- -ldl \
+ $(DLOPEN_LIBS) \
-lpthread \
))
else
-ifeq ($(OS),LINUX)
+ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS)))
$(eval $(call gb_Executable_add_libs,gengal,\
- -ldl \
+ $(DLOPEN_LIBS) \
-lpthread \
-lGL \
-lX11 \