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

Levente Polyak anthraxx at archlinux.org
Mon Dec 11 22:45:45 UTC 2017


    Date: Monday, December 11, 2017 @ 22:45:44
  Author: anthraxx
Revision: 273907

remove duplicate dynamic executable flag

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 21:32:16 UTC (rev 273906)
+++ PKGBUILD	2017-12-11 22:45:44 UTC (rev 273907)
@@ -23,7 +23,7 @@
   runhaskell Setup configure -O \
     --enable-shared \
     --prefix=/usr \
-    --enable-executable-dynamic --disable-library-vanilla \
+    --enable-executable-dynamic \
     --disable-library-vanilla \
     --flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd with_dbus"
   runhaskell Setup build



More information about the arch-commits mailing list