gprs: Link gbproxy to -lrt for clock_gettime

On older GNU libc systems we need to link to this library to
use the clock_gettime symbol.
This commit is contained in:
Holger Hans Peter Freyther 2014-08-25 07:29:15 +02:00
parent 55dc31e781
commit 5160996d4a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ osmo_gbproxy_SOURCES = gb_proxy.c gb_proxy_main.c gb_proxy_vty.c \
gb_proxy_patch.c gb_proxy_tlli.c gb_proxy_peer.c \
gprs_gb_parse.c gprs_llc_parse.c crc24.c gprs_utils.c
osmo_gbproxy_LDADD = $(top_builddir)/src/libcommon/libcommon.a \
$(OSMO_LIBS)
$(OSMO_LIBS) -lrt
osmo_sgsn_SOURCES = gprs_gmm.c gprs_sgsn.c gprs_sndcp.c gprs_sndcp_vty.c \
sgsn_main.c sgsn_vty.c sgsn_libgtp.c \