aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarley Laue <losinggeneration@gmail.com>2008-09-18 21:06:18 -0500
committerLars Hjemli <hjemli@gmail.com>2008-09-20 13:47:58 +0200
commit06e14dc61cf36c146f04de91497d2fe866c46f5e (patch)
treee568adadba7fc1c4070494806d52625633f48552 /Makefile
parentui-repolist: enable filtering of repos by path (diff)
downloadcgit-06e14dc61cf36c146f04de91497d2fe866c46f5e.tar.xz
cgit-06e14dc61cf36c146f04de91497d2fe866c46f5e.zip
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>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 302ff4c..2fe537e 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
cgit: $(OBJECTS) libgit
- $(QUIET_CC)$(CC) $(CFLAGS) -o cgit $(OBJECTS) $(EXTLIBS)
+ $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o cgit $(OBJECTS) $(EXTLIBS)
cgit.o: VERSION