summaryrefslogtreecommitdiffstats
path: root/abuild.conf
Commit message (Collapse)AuthorAgeFilesLines
* abuild.conf: enable PIE binaries by default for go as wellSören Tempel2020-04-171-0/+1
| | | | | | | | | | | | | | | | | | | From `go help environment`: GOFLAGS A space-separated list of -flag=value settings to apply to go commands by default, when the given flag is known by the current command. Flags listed on the command-line are applied after this list and therefore override it. And from `go help build`: -buildmode mode build mode to use. See 'go help buildmode' for more. Setting this environment variable in /etc/abuild.conf allows us to build all go binaries on the builders as PIE without needing to patch the go compiler itself.
* feat: add support for ccacheJoseph Benden2019-09-301-0/+3
| | | | | | | | | | | This introduces basic support for ccache, during packaging builds. If you are building many packages, it is recommended to manually increase the maximum size of the ccache cache. This is typically achieved by modifying `~/.ccache/ccache.conf` and adjusting the `max_size` setting. Signed-off-by: Joseph Benden <joe@benden.us>
* abuild: build in chrootKaarle Ritvanen2017-06-271-2/+2
| | | | This patch is based on earlier work by Timo Teräs.
* default to host gcc's machine for CBUILDTimo Teräs2016-07-231-8/+0
|
* abuild: include MAINTAINER in default abuild.confAndrew Hills2015-06-041-1/+3
| | | | | For the sake of completeness, include MAINTAINER as well as PACKAGER to provide newapkbuild with comment metadata.
* abuild.conf: default to muslNatanael Copa2014-06-201-3/+3
|
* abuild.conf: simplify. only set CHOST and let abuild detect the restNatanael Copa2013-08-011-9/+3
|
* abuild: make it configurable what to cleanup and whenNatanael Copa2013-08-011-1/+6
| | | | | | | | allow user specify if they want uninstall deps, remove srcdir and/or pkgdir on failure or success. We introduce CLEANUP and ERROR_CLEANUP config options in /etc/abuild.conf. Valid values are: pkgdir srcdir deps.
* abuild.conf: updated comment about PACKAGER/newapkbuildMatt Smith2011-04-141-1/+1
|
* Add hints on CARCH/CBUILD for x86_64 and powerpc.William Pitcock2011-02-091-0/+9
|
* abuild.conf: set CARCH and CBUILDNatanael Copa2010-11-241-3/+3
|
* abuild.conf: add ARCH and minor cleanupNatanael Copa2010-11-191-6/+7
|
* abuild.conf: added JOBS variableNatanael Copa2010-01-071-1/+2
| | | | makes it easier to support parallel builds on non gnu make system
* abuild.conf: added PACKAGERNatanael Copa2009-01-291-0/+4
|
* abuild: added REPODESTNatanael Copa2009-01-221-1/+3
| | | | | This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST.
* remove -fPIC from CFLAGS. added comments for SRC/PKGDESTNatanael Copa2008-11-271-1/+8
|
* fix bug in abuild cleanpkg. set default CHOSTNatanael Copa2008-11-131-1/+3
|
* use colors on messagesLinux User2008-11-081-0/+3
|
* fixed faulty gcc flag. export MAKEFLAGSNatanael Copa2008-10-221-2/+2
|
* initial commitNatanael Copa2008-10-181-0/+6