Re: [fossil-users] SSL on Mac

2017-04-13 Thread Richard Hipp
On 4/13/17, Joerg Sonnenberger wrote: > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: >> While building statically linked binaries on macOS is possible, Apple >> doesn’t officially support it. > > You don't need statically linked binaries for this purpose. You only >

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Stephen De Gabrielle
Can I suggest in the meantime the MacOS builds are built with --with-openssl=none I know it is not ideal - but those who need SSL/TLS can build it themselves and specify the location with the --with-openssl option. apple stuff for those who are interested:

Re: [fossil-users] Issue with crlf-glob *

2017-04-13 Thread Ross Berteig
On 4/12/2017 10:30 PM, Scott Robison wrote: On Wed, Apr 12, 2017 at 4:41 PM, Thomas wrote: On 2017-04-12 23:24, Scott Robison wrote: When I am using the download from fossil-scm.org, I am able to use single quotes to 'escape' the asterisk. Double quotes do not work. On

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Ryan Dingman
> On Apr 13, 2017, at 11:32 AM, Joerg Sonnenberger wrote: > > On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: >> While building statically linked binaries on macOS is possible, Apple >> doesn’t officially support it. > > You don't need statically linked binaries

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Joerg Sonnenberger
On Thu, Apr 13, 2017 at 09:48:59AM -0700, Ryan Dingman wrote: > While building statically linked binaries on macOS is possible, Apple doesn’t > officially support it. You don't need statically linked binaries for this purpose. You only need to statically link OpenSSL. Joerg

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Guy Harris
On Apr 13, 2017, at 9:48 AM, Ryan Dingman wrote: > While building statically linked binaries on macOS is possible, Apple doesn’t > officially support it. Apple doesn't support 100% statically-linked binaries, and they are *not* guaranteed to work on all OSes. macOS's ABI

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Ryan Dingman
While building statically linked binaries on macOS is possible, Apple doesn’t officially support it. https://developer.apple.com/library/content/qa/qa1118/_index.html In order to do it, you have to build crt0.o yourself. Here

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Richard Hipp
On 4/13/17, Jan Danielsson wrote: > I think it's better to go back to the original idea of using > statically-linked libraries for the pre-built binaries. That would be good. But when I build on Mac using the --static option on ./configure I get an error: ld:

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Jan Danielsson
On 04/13/17 13:25, Stephan Beal wrote: did anyone come up with a solution to SSL on Mac problem? >>> Can you remind us what the "SSL on Mac" problem is? >> >>I believe the issue stems from that Apple decided that OpenSSL is >> uncool and everyone should use their system (Objective-C)

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Stephan Beal
On Thu, Apr 13, 2017 at 1:21 PM, Jan Danielsson wrote: > On 04/12/17 19:11, Richard Hipp wrote: > >> did anyone come up with a solution to SSL on Mac problem? > > Can you remind us what the "SSL on Mac" problem is? > >I believe the issue stems from that Apple

Re: [fossil-users] SSL on Mac

2017-04-13 Thread Jan Danielsson
On 04/12/17 19:11, Richard Hipp wrote: >> did anyone come up with a solution to SSL on Mac problem? > Can you remind us what the "SSL on Mac" problem is? I believe the issue stems from that Apple decided that OpenSSL is uncool and everyone should use their system (Objective-C) library instead.