aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-05-13 16:55:54 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-05-13 16:56:02 +0700
commitdcd709948ce6b7377cd718ae8e17ec85f3ab9ce8 (patch)
treea7f405c7eb72f2d86105328913eb859505fbdab2
parent59ed7920eb23358e0254c3970f69b68602e61511 (diff)
tests/.../Makefile.am avoid redundant linkage with librt
The librt is required for old glibc < 2.17 to get clock_gettime(). Since we do check the availability of this function libosmocore and conditionally link it against librt, there is no need to do such unconditional and redundant linkage here. Change-Id: If587d16d2db677b97e3a0641027eb735af9c9c30
-rw-r--r--tests/msc_vlr/Makefile.am1
-rw-r--r--tests/sms_queue/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am
index 29c5fb1a1..f9a922465 100644
--- a/tests/msc_vlr/Makefile.am
+++ b/tests/msc_vlr/Makefile.am
@@ -42,7 +42,6 @@ LDADD = \
$(LIBOSMOGSUPCLIENT_LIBS) \
$(LIBRARY_GSM) \
-ldbi \
- -lrt \
$(NULL)
noinst_HEADERS = \
diff --git a/tests/sms_queue/Makefile.am b/tests/sms_queue/Makefile.am
index 81e017bc2..80189c793 100644
--- a/tests/sms_queue/Makefile.am
+++ b/tests/sms_queue/Makefile.am
@@ -45,7 +45,6 @@ sms_queue_test_LDADD = \
$(LIBOSMOGSUPCLIENT_LIBS) \
$(LIBRARY_GSM) \
-ldbi \
- -lrt \
$(NULL)
sms_queue_test_LDFLAGS = \