index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-31 | makepkg.conf: drop -fvar-tracking-assignments flag | Evangelos Foutras | |
According to gcc(1), this flag (like -fvar-tracking) is enabled by default when compiling with optimization and debugging information. As an additional benefit, packages building with the clang compiler will work with the default flags without having to remove this flag due to not being recognized by clang. | |||
2021-11-28 | makepkg.conf: enable LTO option by default | Levente Polyak | |
Enable link time optimization (LTO) of packages by default by adding the -flto flag. This provides smaller, faster executables/DSOs, and improves GCC diagnostics. This commit implements RFC 0004 https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0004-lto-by-default.rst | |||
2021-11-16 | makepkg.conf: Sync with pacman 6.0.1-2: Pass -q as first option to curl | Evangelos Foutras | |
Includes the following hotfix: > upgpkg: pacman 6.0.1-2: makepkg.conf: Pass -q as the first option to curl > > This is needed to disable reading the curlrc config file (if it exists). > > Same change submitted to upstream pacman: > https://lists.archlinux.org/pipermail/pacman-dev/2021-September/025348.html | |||
2021-06-17 | sync makepkg.conf with the pacman 6.0.0-3 package | Levente Polyak | |
The only effective difference is that -Wp,-D_GLIBCXX_ASSERTIONS is now only defined for CXXFLAGS as of pacman 6.0.0-1 Signed-off-by: Levente Polyak <anthraxx@archlinux.org> | |||
2021-06-16 | sync makepkg.conf with the pacman package | Eli Schwartz | |
Aside for comments, this implements the buildflags RFC from: https://lists.archlinux.org/pipermail/arch-dev-public/2021-March/030374.html https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/3 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> | |||
2021-01-26 | makepkg.conf: make rsync use new-style compression in makepkg.conf | Christian Hesse | |
Our rsync package is no longer built with bundled zlib, so old-style compression is no longer supported. https://www.archlinux.org/news/rsync-compatibility/ Signed-off-by: Christian Hesse <mail@eworm.de> | |||
2019-12-27 | makepkg.conf: change default compression method to zstd | Robin Broda | |
2019-11-06 | conf: Sync with pacman 5.2.0-2 | Daniel M. Capella | |
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> | |||
2019-02-09 | conf: sync makepkg.conf with latest version from pacman package | Levente Polyak | |
2017-07-05 | Add `# shellcheck` directives to quiet shellcheck, add PKGBUILD.proto | Luke Shumaker | |
The added PKGBUILD.proto file is so that shellcheck can know know what to expect that a PKGBUILD sets. | |||
2017-07-04 | Sync makepkg.conf files with pacman 5.0.2-2 | Bartłomiej Piotrowski | |
2016-05-07 | Set target vendor to pc for usge with gcc 6 | Pierre Schmitz | |
2016-02-07 | Update bundled pacman and makepkg configuration | Pierre Schmitz | |
2015-10-02 | Sync makepkg.conf files with pacman 4.2.1-4 | Evangelos Foutras | |
2014-12-23 | makepkg-*.conf: add VCSCLIENTS definition | Dave Reisner | |
Needed for makepkg 4.2 | |||
2014-05-04 | Use -fstack-protector-strong | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-10-20 | Remove libtool files by default | Pierre Schmitz | |
2013-10-19 | Make !staticlibs the default in makepkg.conf | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2013-08-08 | Update makepkg.conf from pacman 4.1.2 | Pierre Schmitz | |
2013-04-06 | Sync pacman.conf and makepkg.conf with pacman 4.1 | Pierre Schmitz | |
2012-06-11 | update makepkg.conf and pacman.conf | Pierre Schmitz | |
2011-10-14 | Apply pacman 4.0 changes to our copies of makepkg.conf and pacman.conf | Pierre Schmitz | |
Note: Signature checks are disabled for now until we provide a keyring package. | |||
2011-08-14 | update makepkg.conf from pacman 3.5.4-4 | Pierre Schmitz | |
2011-03-26 | Update default makepkg.conf and pacman.conf to match the ones from pacman 3.5 | Pierre Schmitz | |
2010-08-17 | add default config files for makepkg and pacman | Pierre Schmitz | |