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

Florian Pritz bluewind at archlinux.org
Fri Jun 14 12:40:24 UTC 2019


    Date: Friday, June 14, 2019 @ 12:40:23
  Author: bluewind
Revision: 356051

Remove workaround for FS#61888

From: Laszlo Varady <laszlo.varady93 at gmail.com>
Date: Fri, 14 Jun 2019 11:18:02 +0200

FS#61888 has been fixed:
https://bugs.archlinux.org/task/61888

Modified:
  syslog-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ------
 1 file changed, 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 11:50:59 UTC (rev 356050)
+++ PKGBUILD	2019-06-14 12:40:23 UTC (rev 356051)
@@ -37,12 +37,6 @@
   cd $pkgname-$pkgver
   sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' contrib/systemd/syslog-ng at .service
   sed -i -e 's|/var/run|/run|g' contrib/systemd/syslog-ng at default
-
-  # the version in pkg-config is 0.0.0 and so it won't detect the flags without
-  # this. since your version is newer this is an easy fix for now, but should
-  # eventually be removed when this bug is fixed:
-  # https://bugs.archlinux.org/task/61888
-  sed -i -e 's|^LMC_MIN_VERSION="1.0.0"|LMC_MIN_VERSION="0.0.0"|' configure.ac configure
 }
 
 build() {



More information about the arch-commits mailing list