From dcd709948ce6b7377cd718ae8e17ec85f3ab9ce8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 13 May 2019 16:55:54 +0700 Subject: 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 --- tests/sms_queue/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/sms_queue/Makefile.am') 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 = \ -- cgit v1.2.3