From 15bc64c6cd7d01be6c5e5aca2eca9e01ee4e099e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 21 Jan 2014 18:07:28 +0100 Subject: sysmobts: Honor the LDFLAGS when building the sysmobts-calib utility Address warning during system builds. Addresses: WARNING: QA Issue: No GNU_HASH in the elf binary... --- contrib/sysmobts-calib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/sysmobts-calib/Makefile b/contrib/sysmobts-calib/Makefile index 9f16aee0..a5d4b995 100644 --- a/contrib/sysmobts-calib/Makefile +++ b/contrib/sysmobts-calib/Makefile @@ -4,7 +4,7 @@ LIBS=`pkg-config --libs libosmocore libosmogsm` all: sysmobts-calib sysmobts-calib: sysmobts-calib.o sysmobts-layer1.o - $(CC) $(CPPFLAGS) -o $@ $^ -lrt $(LIBS) + $(CC) $(CPPFLAGS) $(LDFLAGS) -o $@ $^ -lrt $(LIBS) clean: @rm -f sysmobts-calib *.o -- cgit v1.2.3