Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-08-24 14:20:15 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-08-24 14:20:15 +0300
commit74a87dba8da65755c17532398efc948aa90d1285 (patch)
tree2b3dd76f76d3c16464aa68e9d505d05a2910e212 /tests/libs/zbxdbcache
parent39db2c9fe80aa57d4d5e600131eb09e0f722428a (diff)
parenta4ec48f68b238a9ba43091ea3a73de9b45899558 (diff)
....I..... [ZBX-14751] fixed "cannot run test program while cross compiling" and "cannot check for file existence when cross compiling" errors during cross-compilation
Diffstat (limited to 'tests/libs/zbxdbcache')
-rw-r--r--tests/libs/zbxdbcache/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am
index dbcb0a6f80e..35e30ce39ea 100644
--- a/tests/libs/zbxdbcache/Makefile.am
+++ b/tests/libs/zbxdbcache/Makefile.am
@@ -38,6 +38,7 @@ zbx_vc_get_values_WRAP_FUNCS = \
-Wl,--wrap=time
zbx_vc_get_values_LDADD = $(VALUECACHE_LIBS) @SERVER_LIBS@
+zbx_vc_get_values_LDFLAGS = @SERVER_LDFLAGS@
zbx_vc_get_values_CFLAGS = \
$(zbx_vc_get_values_WRAP_FUNCS) \
@@ -67,6 +68,7 @@ zbx_vc_add_values_WRAP_FUNCS = \
-Wl,--wrap=time
zbx_vc_add_values_LDADD = $(VALUECACHE_LIBS) @SERVER_LIBS@
+zbx_vc_add_values_LDFLAGS = @SERVER_LDFLAGS@
zbx_vc_add_values_CFLAGS = \
$(zbx_vc_add_values_WRAP_FUNCS) \
@@ -96,6 +98,7 @@ zbx_vc_get_value_WRAP_FUNCS = \
-Wl,--wrap=time
zbx_vc_get_value_LDADD = $(VALUECACHE_LIBS) @SERVER_LIBS@
+zbx_vc_get_value_LDFLAGS = @SERVER_LDFLAGS@
zbx_vc_get_value_CFLAGS = \
$(zbx_vc_get_value_WRAP_FUNCS) \