diff options
| author | Harley Laue <losinggeneration@gmail.com> | 2008-09-18 21:06:18 -0500 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2008-09-20 13:47:58 +0200 | 
| commit | 06e14dc61cf36c146f04de91497d2fe866c46f5e (patch) | |
| tree | e568adadba7fc1c4070494806d52625633f48552 /Makefile | |
| parent | dd80ef59e7cad0146b7e4812afa3f84ea3d1c7b8 (diff) | |
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 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
