FS#14178 - add a "--config" option to select custom configuration files
Attached to Project:
Pacman
Opened by Xyne (Xyne) - Saturday, 11 April 2009, 01:22 GMT
Last edited by Allan McRae (Allan) - Saturday, 11 April 2009, 03:20 GMT
Opened by Xyne (Xyne) - Saturday, 11 April 2009, 01:22 GMT
Last edited by Allan McRae (Allan) - Saturday, 11 April 2009, 03:20 GMT
|
Details
Binary packages which are to be submitted to a repo must be
compiled with the generic default makepkg settings (CFLAGS,
etc). If a user has incorporated CPU-specific optimizations
or other such changes in makepkg.conf the user is required
to revert them before compiling the package. It would more
practical if the user could specify an appropriate
configuration file at runtime using a command-line option.
|
This task depends upon
Closed by Allan McRae (Allan)
Saturday, 11 April 2009, 03:20 GMT
Reason for closing: Fixed
Additional comments about closing: in git
Saturday, 11 April 2009, 03:20 GMT
Reason for closing: Fixed
Additional comments about closing: in git
> makepkg --help
...
--config <config> Use an alternate config file (instead of '/etc/makepkg.conf')
...