fix build with macOS keychain support
we use symbols from CoreFoundation directly, so we need to link it
explicitly.
amends 198ca65b
.
This commit is contained in:
parent
dec4b36595
commit
4ad82686f2
|
@ -220,7 +220,7 @@ if test "x$have_macos_keychain" != xno; then
|
||||||
fi
|
fi
|
||||||
have_macos_keychain=yes
|
have_macos_keychain=yes
|
||||||
AC_DEFINE(HAVE_MACOS_KEYCHAIN, 1, [Define to 1 if you have the macOS Keychain Services API.])
|
AC_DEFINE(HAVE_MACOS_KEYCHAIN, 1, [Define to 1 if you have the macOS Keychain Services API.])
|
||||||
AC_SUBST(KEYCHAIN_LIBS, ["-Wl,-framework,Security"])
|
AC_SUBST(KEYCHAIN_LIBS, ["-Wl,-framework,Security,-framework,CoreFoundation"])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile src/Makefile isync.spec])
|
AC_CONFIG_FILES([Makefile src/Makefile isync.spec])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user