summaryrefslogtreecommitdiff
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
parentdd80ef59e7cad0146b7e4812afa3f84ea3d1c7b8 (diff)
downloadcgit-06e14dc61cf36c146f04de91497d2fe866c46f5e.tar.gz
cgit-06e14dc61cf36c146f04de91497d2fe866c46f5e.tar.bz2
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 'Makefile')
-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
pan> 2009-08-11Sync portage and the DB after emerge syncRené 'Necoro' Neumann1-0/+9 2009-08-11Do not show masking label, if the package is not in system anymoreRené 'Necoro' Neumann1-2/+2 2009-08-11Update turkish translationGürkan Gür1-640/+676 2009-08-11Fix handling of slots in /etc/portage/*René 'Necoro' Neumann2-2/+4 2009-08-11Fix package detailsRené 'Necoro' Neumann1-1/+1 2009-08-11Fix GPytage pluginRené 'Necoro' Neumann1-2/+2 2009-08-11Update translationRené 'Necoro' Neumann2-1112/+1120 2009-08-11Update changelogRené 'Necoro' Neumann1-0/+1 2009-08-10Fixed pt_BR translationAlberto Federman Neto1-2/+5 2009-08-10Add credits for translationRené 'Necoro' Neumann2-0/+2