On 04/25/2012 05:32 PM, Tim Foster wrote:
On 04/24/12 04:02 PM, Rich Burridge wrote:
On 04/23/2012 05:49 PM, Tim Foster wrote:
Right, we can't include setup.py.mk since mod_wsgi doesn't use
setup.py, so we get an error,

/usr/bin/python2.6: can't open file './setup.py': [Errno 2] No such
file or directory

Fair enough. As suggested on IRC, I'd like to see a low-level RFE
submitted, to move those
lines out of the setup.py.mk file into a separate .mk file, that gets
included by setup.py.mk
or could just be directly included in a Makefile such as yours.

Sure, I've filed:

7164446 break out part of setup.py.mk into a separate file

Thanks.


Okay. I suspect you could also do this with a COMPONENT_POST_BUILD_ACTION
where it just cp's or mv's the generic mod_wsgi.so to
mod_wsgi-$(PYTHON_VERSION).so
That might be simpler. You wouldn't have to keep trying to keep your patch
in sync, and/or get it accepted upstream.

I've been in touch with Rich offline, and he pointed me in the right direction here. I've also addressed comments about ammending the license file and action.

There's a new webrev at:

https://cr.opensolaris.org/action/browse/pkg/timf/userland-mod_wsgi-v2

LGTM.


_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to