commit | 06e14dc61cf36c146f04de91497d2fe866c46f5e | [log] [tgz] |
---|---|---|
author | Harley Laue <losinggeneration@gmail.com> | Thu Sep 18 21:06:18 2008 -0500 |
committer | Lars Hjemli <hjemli@gmail.com> | Sat Sep 20 13:47:58 2008 +0200 |
tree | e568adadba7fc1c4070494806d52625633f48552 | |
parent | dd80ef59e7cad0146b7e4812afa3f84ea3d1c7b8 [diff] [blame] |
Add LDFLAGS to makefile. This will allow for creating static builds which is useful for chrooted environments. Signed-off-by: Harley Laue <losinggeneration@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/Makefile b/Makefile index 302ff4c..2fe537e 100644 --- a/Makefile +++ b/Makefile
@@ -95,7 +95,7 @@ cgit: $(OBJECTS) libgit - $(QUIET_CC)$(CC) $(CFLAGS) -o cgit $(OBJECTS) $(EXTLIBS) + $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o cgit $(OBJECTS) $(EXTLIBS) cgit.o: VERSION