On 09.11.16 10:29, Lars Schneider wrote:
quoted
On 09 Nov 2016, at 09:18, Torsten Bögershausen [off-list ref] wrote:
On 07.11.16 18:26, Jeff King wrote:
quoted
On Sun, Nov 06, 2016 at 08:35:04PM +0100, Lars Schneider wrote:
quoted
Good point. I think I found an even easier way to achieve the same.
What do you think about the patch below?
[...]
diff --git a/Makefile b/Makefile
index 9d6c245..f53fcc9 100644
--- a/Makefile
+++ b/Makefile
@@ -1047,6 +1047,7 @@ ifeq ($(uname_S),Darwin)
endif
endif
ifndef NO_APPLE_COMMON_CRYPTO
+ NO_OPENSSL = YesPlease
APPLE_COMMON_CRYPTO = YesPlease
COMPAT_CFLAGS += -DAPPLE_COMMON_CRYPTO
endif
That is much simpler.
[]
I don't know if that is a correct solution.
If I have Mac OS 10.12 and Mac Ports installed, I may want to use
OPENSSL from Mac Ports.
Can't you define `NO_APPLE_COMMON_CRYPTO` in that case?
I think if you use OpenSSL then you don't need the Apple crypto lib, right?
After re-reading the Makefile: that makes sense :-)
Do you want to send a new patch ?
Feel free to omit
"Original-patch-by: Torsten Bögershausen [off-list ref]"