Date: Saturday, June 19, 2021 @ 07:12:53
  Author: arojas
Revision: 418461

Fix overlinking

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-06-19 07:11:00 UTC (rev 418460)
+++ PKGBUILD    2021-06-19 07:12:53 UTC (rev 418461)
@@ -3,7 +3,7 @@
 
 pkgname=syslog-ng
 pkgver=3.32.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Next-generation syslogd with advanced networking and filtering 
capabilities"
 arch=('x86_64')
 url="https://www.syslog-ng.com/products/open-source-log-management/";
@@ -52,6 +52,7 @@
     --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
     --enable-manpages --enable-all-modules --disable-java 
--disable-java-modules  \
     --disable-riemann --with-python=3 --with-jsonc=system
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
   make
 }
 

Reply via email to