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
Task Type Feature Request
Category makepkg
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 3.2.2
Due in Version 3.3.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Allan McRae (Allan) - Saturday, 11 April 2009, 03:19 GMT
Already in the git version of makepkg.

> makepkg --help
...
--config <config> Use an alternate config file (instead of '/etc/makepkg.conf')
...

Loading...