From b04660d92099a1e1f1db3aa4d710c662e074b7bf Mon Sep 17 00:00:00 2001 From: jhatch Date: Mon, 19 Oct 2015 12:54:08 -0500 Subject: Update Makefile to add () for shared lib build pre-gcc/++ 4.5 compiler (MTR) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe019f8..fb77410 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ libmts-io.a: $(OBJS) libmts-io.so.0: $(OBJS) @echo 'Building target: $@' - $(CXX) -shared -Wl,-soname,$@ -o libmts-io.so.$(VERSION) $(OBJS) + $(CXX) $(LDFLAGS) -shared -Wl,-soname,$@ -o libmts-io.so.$(VERSION) $(OBJS) @echo 'Finished building target: $@' @echo ' ' -- cgit v1.2.3