Commit Graph

1 Commits

Author SHA1 Message Date
J. Peter Mugaas
47a87b48e0 python-setuptools - 40.2 - fix a warninga about implicit function "ex… (#4321)
* python-setuptools - 40.2 - fix a warninga about implicit function "execv"
When compiling, I got warnings about an implciit function, execv.  According to Microsoft ( https://msdn.microsoft.com/en-us/library/ms235416.aspx ), the execv function is depreciated in favor of _execv,

* Minor fixes.
Removed comments about warnings.  It was my attempt to document why I was doing something.
Added a few touches from Archlinux concerning python-virtualenv and removing the release tag.

* Commented out some lines I was working on checking.  This is not yet done because there's prequisits still required and a few other issues.
2018-08-29 21:45:53 +03:00