summaryrefslogtreecommitdiff
path: root/packages/git/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-14 09:04:51 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-14 09:04:51 +0000
commit3e55b3b6242d97286fd15e420848cd5b6dc2052b (patch)
treed55d7f1cf0d199ee629d2b64258a4a50b1079fa2 /packages/git/files
parentd4b352bfeb515fb07f1b44c0332627de1d4fdeb0 (diff)
parent18d316ca0c6bd7c9618abfd9f930519c4c04a611 (diff)
merge of ef08017d3c998883e45efdd77c3eb501cab7bc4b
and fc456cb461c57dc85e202c08bb32e3d8adedcd04
Diffstat (limited to 'packages/git/files')
-rw-r--r--packages/git/files/.mtn2git_empty0
-rw-r--r--packages/git/files/Makefile.patch13
2 files changed, 13 insertions, 0 deletions
diff --git a/packages/git/files/.mtn2git_empty b/packages/git/files/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/git/files/.mtn2git_empty
diff --git a/packages/git/files/Makefile.patch b/packages/git/files/Makefile.patch
new file mode 100644
index 0000000000..0a82649db9
--- /dev/null
+++ b/packages/git/files/Makefile.patch
@@ -0,0 +1,13 @@
+Index: git-snapshot-20050912/Makefile
+===================================================================
+--- git-snapshot-20050912.orig/Makefile 2005-09-11 03:46:53.000000000 +0100
++++ git-snapshot-20050912/Makefile 2005-09-12 12:18:38.000000000 +0100
+@@ -239,7 +240,7 @@
+ $(CC) -o $*.o -c $(ALL_CFLAGS) $<
+
+ git-%: %.o $(LIB_FILE)
+- $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS)
++ $(CC) $(ALL_CFLAGS) -o $@ $(filter %.o,$^) $(LIBS) $(LDFLAGS)
+
+ git-mailinfo : SIMPLE_LIB += $(LIB_4_ICONV)
+ $(SIMPLE_PROGRAMS) : $(LIB_FILE)