summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/autogen: arm64 stable (bug #703632)Aaron Bauman2019-12-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.82, Repoman-2.3.20
* sys-devel: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/autogen: override *_cv_* fro corss-case, bug #425174Sergei Trofimovich2019-08-241-0/+7
| | | | | | | | | | | | | | A few autogen configure tests require running the program on machine: export ag_cv_run_strcspn=no export libopts_cv_with_libregex=yes Pass these to get past ./configure. Autogen still reexecutes itself at build time. Will need more fixes if feasible at all. Reported-by: Thomas Sachau Bug: https://bugs.gentoo.org/425174 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/autogen: Add ~riscv keywordMikle Kolyada2019-05-051-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* sys-devel/autogen: fix RPATH poisoning, bug #676692Sergei Trofimovich2019-02-021-0/+56
autogen sets '-no-install' on installed binaries: autogen_LDFLAGS = ... -no-install columns_LDFLAGS = -no-install getdefs_LDFLAGS = -no-install Reported-by: Progenyx Closes: https://bugs.gentoo.org/676692 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>