On Fri, March 18, 2016 11:51 am, Matthew Daubenspeck wrote:
On Fri, Mar 18, 2016 at 11:32:34AM -0700, J.C. Cleaver wrote:
Ahh, that would explain it then.
Can you see if this patch lets you build successfully?
-jc
patching file xymonnet/contest.c
patching file configure.server
patching file build/ssl.sh
patching file build/test-ssl3.c
patching file build/Makefile.test-ssl3
patch unexpectedly ends in middle of line
patch: **** malformed patch at line 114:
Did I patch it wrong?
Hmm. It's possible something went odd encoding-wise, but as long as the
final lines of build/Makefile.test-ssl3 are:
clean:
@rm -f test-ssl3.o test-ssl3
, then you should be fine. It's an svn diff and those last two are new files.
-jc