[glib/wip/datetime-lm] gdatetime: Add math library support
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/datetime-lm] gdatetime: Add math library support
- Date: Thu, 4 Feb 2021 07:36:23 +0000 (UTC)
commit 62fc437773ee50e9aff2f64e936d107ea5e25042
Author: Prasanth R <prasanth r timesys com>
Date: Tue Feb 2 16:10:06 2021 +0530
gdatetime: Add math library support
W.r.to c3805d74b uClibc fails in linking
Fixes #2314
glib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/meson.build b/glib/meson.build
index 583a31b86..8c18e6de4 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -377,7 +377,7 @@ libglib = library('glib-2.0',
# intl.lib is not compatible with SAFESEH
link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
include_directories : configinc,
- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps +
gnulib_libm_dependency + [libsysprof_capture_dep],
+ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps +
[gnulib_libm_dependency, libm] + [libsysprof_capture_dep],
c_args : glib_c_args,
objc_args : glib_c_args,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]