diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-12-12 01:24:07 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2015-12-12 10:03:37 +0000 |
commit | 6ac9a4f0a36677216660b29e26ce99c3b0a51e36 (patch) | |
tree | 5f081f2e47488e6bcb43d6d05e3d4001c6072e4c /vcl/StaticLibrary_glxtest.mk | |
parent | aacf715527f73b3c3eda65e43a74975bc653586f (diff) |
Make .mk files more portable
Replace some -ldl by $(DLOPEN_LIBS)
Add some FREEBSD tests
Change-Id: Ic30fe29b938d877694db2927775f89de15c02d87
Reviewed-on: https://gerrit.libreoffice.org/20652
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'vcl/StaticLibrary_glxtest.mk')
-rw-r--r-- | vcl/StaticLibrary_glxtest.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/StaticLibrary_glxtest.mk b/vcl/StaticLibrary_glxtest.mk index 6e90b2454f75..227cbaa574c1 100644 --- a/vcl/StaticLibrary_glxtest.mk +++ b/vcl/StaticLibrary_glxtest.mk @@ -30,8 +30,7 @@ $(eval $(call gb_StaticLibrary_use_api,glxtest,\ )) $(eval $(call gb_StaticLibrary_add_libs,glxtest,\ - -lm \ - -ldl \ + -lm $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) |