[arch-commits] Commit in postgresql/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Feb 8 22:12:48 UTC 2022


    Date: Tuesday, February 8, 2022 @ 22:12:47
  Author: heftig
Revision: 436621

fix static libs

Modified:
  postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 21:59:46 UTC (rev 436620)
+++ PKGBUILD	2022-02-08 22:12:47 UTC (rev 436621)
@@ -72,6 +72,8 @@
     --disable-rpath
   )
 
+  CFLAGS+=" -ffat-lto-objects" # Fix static libs
+
   # only build plpython3 for now
   ./configure "${options[@]}" \
     PYTHON=/usr/bin/python



More information about the arch-commits mailing list