From 9c1ba45bdc3ba4353fbd6cd4a2b1b4fd8ced1e10 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 2 Sep 2019 16:09:11 -0300 Subject: [PATCH] Fixing "LDFLAGS" option. --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index fee1c49..7dbd606 100644 --- a/Makefile.in +++ b/Makefile.in @@ -117,6 +117,9 @@ LIBS= \ @INTL_LIBS@ \ @LIB3270_LIBS@ +LDFLAGS= \ + @LDFLAGS@ + #---[ Debug Rules ]---------------------------------------------------------------------- $(OBJDBG)/%.o: \ -- libgit2 0.21.2