diff options
Diffstat (limited to 'dev-db/postgresql/postgresql-14.17.ebuild')
| -rw-r--r-- | dev-db/postgresql/postgresql-14.17.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14.17.ebuild b/dev-db/postgresql/postgresql-14.17.ebuild index 6f039209b493..0d552940b68f 100644 --- a/dev-db/postgresql/postgresql-14.17.ebuild +++ b/dev-db/postgresql/postgresql-14.17.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10,11,12,13} ) LLVM_COMPAT=( {15..20} ) LLVM_OPTIONAL=1 -inherit flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles +inherit dot-a flag-o-matic linux-info llvm-r1 pam python-single-r1 systemd tmpfiles KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" @@ -114,6 +114,8 @@ src_prepare() { } src_configure() { + lto-guarantee-fat + case ${CHOST} in *-darwin*|*-solaris*) use nls && append-libs intl @@ -230,6 +232,7 @@ src_install() { use static-libs || \ find "${ED}" -name '*.a' ! -name libpgport.a ! -name libpgcommon.a \ -delete + strip-lto-bytecode "${ED}" # Make slot specific links to programs local f bn |
