summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2020-07-31 17:01:44 +0000
committerbrook <brook@pkgsrc.org>2020-07-31 17:01:44 +0000
commita75f92433730f4c048349f4a3f2da38660e5305a (patch)
treef977e6979bcd97fa8ceddd8a162859ff86c2b846 /math/R
parentd2391fd7672fa55996ebc32601f0463fb9d5c166 (diff)
downloadpkgsrc-a75f92433730f4c048349f4a3f2da38660e5305a.tar.gz
Fix issues with a nonstandard compiler and umask.
If the compiler is in a nonstandard location, libtool may choose the incorrect mode. This is described in libtool documentation: https://www.gnu.org/software/libtool/manual/html_node/Tags.html The correct fix is to use --tag to explicitly set the mode. See https://sourceforge.net/p/openjade/patches/48/ Write permissions are removed when the package is built. However, the command chmod -w does not affect bits set in umask. The correct usage is to explicitly identify the users to which the command applies. See https://sourceforge.net/p/openjade/patches/49/
Diffstat (limited to 'math/R')
0 files changed, 0 insertions, 0 deletions