curl-users
[PATCH] Fix configuration of fbopenssl SPNEGO library in configure.ac
Date: Mon, 26 May 2014 14:45:45 +0200
Hi folks,
here a patch which correctly configure.ac to compile against fbopenssl SPNEGO library.
The changes and reasons in/for this patch:
0. Undefined variable used => broken
1. Improve/align wording of messages
2. Provide a reasonable SPNEGO_ROOT where fbopenssl is installed (the path layout provided by fbopenssl Makefile is unusable, one mus copy manually)
3. Put -lfbopenssl into LIBS and *not* LDFLAGS
4. Moved after GSS-API block because it is a prerequisite (for upcoming patches in that area from my side)
Patch has been tested on Ubuntu and HP-UX.
Git diff: https://github.com/michael-o/curl/compare/configure-spnego
Please review and report back,
Michael
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-diff attachment: configure-spnego.patch