summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Lau2018-03-25 18:16:24 +0200
committerSebastian Lau2018-03-25 18:16:24 +0200
commitd9d2d34f52e9a5925efbe53c473e83b873adf831 (patch)
treec283b5c52a1fadbe7b39262786fcdb9d242a090b
parent911205c37b5fa4d05cdc5d900b4fd9a4434f84b2 (diff)
downloadaur-d9d2d34f52e9a5925efbe53c473e83b873adf831.tar.gz
UPD compiler flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518541cb648c..f0feccc93e1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gdm-plymouth
pkgdesc = Gnome Display Manager with Plymouth support.
pkgver = 3.28.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.gnome.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5cb3d9e0588e..a2ff45d9f7df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgbase=gdm
pkgbase=gdm-plymouth
pkgname=(gdm-plymouth libgdm-plymouth)
pkgver=3.28.0
-pkgrel=2
+pkgrel=3
pkgdesc="Gnome Display Manager with Plymouth support."
arch=('x86_64')
license=(GPL)
@@ -36,18 +36,15 @@ build() {
--prefix=/usr \
--sbindir=/usr/bin \
--sysconfdir=/etc \
- --libexecdir=/usr/lib/gdm \
+ --libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-schemas-compile \
--enable-gdm-xsession \
--enable-ipv6 \
--with-plymouth \
- --with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
- --with-check-accelerated-directory=/usr/lib/gnome-session \
--with-default-pam-config=arch \
--with-default-path=/usr/local/bin:/usr/local/sbin:/usr/bin \
- --with-gnome-settings-daemon-directory=/usr/lib/gnome-settings-daemon \
--without-tcp-wrappers
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool