Skip to content

Commit f01d515

Browse files
committed
1 parent 2f8a2c0 commit f01d515

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

devel/git/files/patch-git-devel-Revert-breaking-osxkeychain.diff

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@ This reverts commit b201316835bbf2c49c2780f23cfd6146f6b8d1a2.
2222
.../osxkeychain/git-credential-osxkeychain.c | 390 +++---------------
2323
2 files changed, 69 insertions(+), 324 deletions(-)
2424

25-
diff --git a/contrib/credential/osxkeychain/Makefile b/contrib/credential/osxkeychain/Makefile
26-
index 238f5f8c36..4b3a08a2ba 100644
27-
--- a/contrib/credential/osxkeychain/Makefile
28-
+++ b/contrib/credential/osxkeychain/Makefile
29-
@@ -8,8 +8,7 @@ CFLAGS = -g -O2 -Wall
30-
-include ../../../config.mak
31-
32-
git-credential-osxkeychain: git-credential-osxkeychain.o
33-
- $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) \
34-
- -framework Security -framework CoreFoundation
35-
+ $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) -Wl,-framework -Wl,Security
36-
37-
git-credential-osxkeychain.o: git-credential-osxkeychain.c
38-
$(CC) -c $(CFLAGS) $<
3925
diff --git a/contrib/credential/osxkeychain/git-credential-osxkeychain.c b/contrib/credential/osxkeychain/git-credential-osxkeychain.c
4026
index 1c8310d7fe..5f2e5f16c8 100644
4127
--- a/contrib/credential/osxkeychain/git-credential-osxkeychain.c

0 commit comments

Comments
 (0)