From 946f536641d97d7e17041290daf3f1d7daa7be93 Mon Sep 17 00:00:00 2001 From: Harikrishnan Hariharan Date: Fri, 2 Feb 2018 20:15:03 +0530 Subject: [PATCH] Fix compilation issues as a result of LE cleanup Change-Id: I1f7bb8c3bb4d912c7a743d5807dd7790f1973afd CRs-fixed: 2181265 --- gnss/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnss/Makefile.am b/gnss/Makefile.am index c818cae7..7ee60892 100644 --- a/gnss/Makefile.am +++ b/gnss/Makefile.am @@ -25,7 +25,7 @@ libgnss_la_LDFLAGS = -Wl,-z,defs -lpthread -shared -version-info 1:0:0 libgnss_la_CPPFLAGS = $(AM_CFLAGS) $(AM_CPPFLAGS) endif -libgnss_la_LIBADD = -lstdc++ $(GPSUTILS_LIBS) $(LOCCORE_LIBS) +libgnss_la_LIBADD = -lstdc++ -ldl $(GPSUTILS_LIBS) $(LOCCORE_LIBS) #Create and Install libraries lib_LTLIBRARIES = libgnss.la