aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 07:29:15 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-08-25 07:29:15 +0200
commit5160996d4a24fdb9faf0317c489689b5c31eebee (patch)
tree9c9ab94c24832eeb338f28cde5b65209c918c7dc
parent55dc31e7812fec9ab9f013702cdfd2203a778071 (diff)
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.
-rw-r--r--openbsc/src/gprs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/Makefile.am b/openbsc/src/gprs/Makefile.am
index a8de0a4bb..3957877b8 100644
--- a/openbsc/src/gprs/Makefile.am
+++ b/openbsc/src/gprs/Makefile.am
@@ -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 \