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

Daniel M. Capella polyzen at archlinux.org
Sat Jan 12 17:52:41 UTC 2019


    Date: Saturday, January 12, 2019 @ 17:52:40
  Author: polyzen
Revision: 422728

Harden

Modified:
  hsetroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-12 17:25:33 UTC (rev 422727)
+++ PKGBUILD	2019-01-12 17:52:40 UTC (rev 422728)
@@ -6,7 +6,7 @@
 
 pkgname=hsetroot
 pkgver=1.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc='Tool which allows you to compose wallpapers ("root pixmaps") for X'
 url=https://directory.fsf.org/wiki/Hsetroot
 license=('GPL')
@@ -17,7 +17,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  LDFLAGS="-lX11" ./configure --prefix=/usr
+  LDFLAGS+=",--no-as-needed,-lX11" ./configure --prefix=/usr
   make
 }
 



More information about the arch-commits mailing list