Hi all,
In attempting to crosscompile uWSGI 1.9.14 with SSL support for an ARM
board, I need to pass the include directory containing the SSL headers to
the compiler. I'm using Bitbake, a build tool for embedded systems, to run
the build. I've been able to get the include directory to appear in CFLAGS
as -I/path/to/the-directory, but that doesn't seem to be enough for
uwsgiconfig.py to detect it.
Here's my output from uwsgiconfig.py:
http://pastebin.com/yDpWKzDX
Looking at uwsgiconfig.py, I see it's looking for something in
['additional_include_paths']. What's the proper way to pass such a path to
uwsgiconfig.py?
Brandon
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi