Message322469
| Author | jdemeyer |
|---|---|
| Recipients | jdemeyer |
| Date | 2018-07-27.07:48:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532677710.44.0.56676864532.issue34245@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In Makefile.pre.in, there is this:
# Shared libraries must be installed with executable mode on some systems;
# rather than figuring out exactly which, we always give them executable mode.
# Also, making them read-only seems to be a good idea...
INSTALL_SHARED= ${INSTALL} -m 555
Installing libraries read-only is very non-standard (I'm not aware of any other build system which does that). Python should just use the more standard 755 install mode. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-27 07:48:30 | jdemeyer | set | recipients: + jdemeyer |
| 2018-07-27 07:48:30 | jdemeyer | set | messageid: <1532677710.44.0.56676864532.issue34245@psf.upfronthosting.co.za> |
| 2018-07-27 07:48:30 | jdemeyer | link | issue34245 messages |
| 2018-07-27 07:48:30 | jdemeyer | create | |