Bug #1695
[libremakepkg] Handles environment variables differently than makepkg
Status:
open
Priority:
discussion
Category:
-
Assignee:
-
% Done:
0%
Description
libremakepkg always follows PKGEXT from $copydir/etc/makepkg.conf; and ignores the environment variable. The environment variable should act as an override.
History
Updated by lukeshu about 5 years ago
- Subject changed from [libremakepkg] Doesn't respect PKGEXT from the enviroment to [libremakepkg] Handles environment variables differently than makepkg
Upon further reflection, I'm not sure it should. It doesn't obey MAKEPKG_CONF, CARCH, GPGKEY, SRCEXT, PKGEXT, or PACMAN. And the handling of MAKEFLAGS isn't correctly described in the docs.
What does obeying CARCH look like? What does obeying PACMAN look like?