[openbsc PATCH 2/3] Remove unused librt dependency

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Tobias Engel t-openbsc at tobias.org
Thu Oct 25 15:17:00 UTC 2012


On 25.10.12 16:56, Holger Hans Peter Freyther wrote:
> On Wed, Oct 24, 2012 at 05:53:49PM +0200, Tobias Engel wrote:
>> -		$(LIBOSMOCORE_LIBS) -lrt $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS)
>> +		$(LIBOSMOCORE_LIBS) $(LIBOSMOSCCP_LIBS) $(LIBOSMOVTY_LIBS)
> 
> man clock_gettime.

I know - but either I am blind or that function is never used in the
code. time.h isn't even included:

openbsc/openbsc/tests/mgcp $ grep clock *
openbsc/openbsc/tests/mgcp $ grep time *
openbsc/openbsc/tests/mgcp $

-Tobias





More information about the OpenBSC mailing list