Skip to content

Commit 51c15ac

Browse files
committed
Merge branch 'ba/osxkeychain-updates'
Update osxkeychain backend with features required for the recent credential subsystem. * ba/osxkeychain-updates: osxkeychain: store new attributes osxkeychain: erase matching passwords only osxkeychain: erase all matching credentials osxkeychain: replace deprecated SecKeychain API
2 parents 82a31ec + d5b35bb commit 51c15ac

File tree

2 files changed

+310
-69
lines changed

2 files changed

+310
-69
lines changed

contrib/credential/osxkeychain/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ CFLAGS = -g -O2 -Wall
88
-include ../../../config.mak
99

1010
git-credential-osxkeychain: git-credential-osxkeychain.o
11-
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) -Wl,-framework -Wl,Security
11+
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) \
12+
-framework Security -framework CoreFoundation
1213

1314
git-credential-osxkeychain.o: git-credential-osxkeychain.c
1415
$(CC) -c $(CFLAGS) $<

0 commit comments

Comments
 (0)