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

Massimiliano Torromeo mtorromeo at gemini.archlinux.org
Tue Dec 28 11:59:45 UTC 2021


    Date: Tuesday, December 28, 2021 @ 11:59:45
  Author: mtorromeo
Revision: 1085597

upgpkg: passenger 6.0.12-3: fat-lto-objects rebuild

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-28 11:58:59 UTC (rev 1085596)
+++ PKGBUILD	2021-12-28 11:59:45 UTC (rev 1085597)
@@ -3,7 +3,7 @@
 pkgbase=passenger
 pkgname=(passenger mod_passenger nginx-mod-passenger)
 pkgver=6.0.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast and robust web server and application server for Ruby, Python and Node.js"
 arch=('x86_64')
 url="https://www.phusionpassenger.com"
@@ -25,11 +25,12 @@
 	ln -sf /usr/src/nginx/src
 }
 
-build(){
+build() {
   cd build
   /usr/src/nginx/configure --with-compat --add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
   make modules
 
+  CFLAGS+=" -ffat-lto-objects"
   cd "$srcdir"/$pkgbase-$pkgver
   rake nginx CACHING=false
   ./bin/passenger-install-apache2-module -a



More information about the arch-commits mailing list