From 2ffc41eab67c061656c8fc3a70ef59e6b5527fdb Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sun, 1 May 2011 19:07:24 +0200 Subject: honor LDFLAGS in otr.so make rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a3d1677..cb682287 100644 --- a/Makefile +++ b/Makefile @@ -138,7 +138,7 @@ $(subdirs): $(OTR_PI): %.so: $(SRCDIR)%.c @echo '*' Building plugin $@ - @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $< -o $@ + @$(CC) $(CFLAGS) $(OTRFLAGS) -fPIC -shared $(LDFLAGS) $< -o $@ $(objects): %.o: $(SRCDIR)%.c @echo '*' Compiling $< -- cgit v1.2.3