diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-30 22:13:27 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-12-30 22:13:27 -0200 |
commit | d48854c69c1ddd462b50efadfd69b35b18ecfe33 (patch) | |
tree | e847ba33b22f9cf7c871a5386c379317b9f58792 /libre | |
parent | 24ceba82433800dcf52c232e4f0412016f4c2c77 (diff) | |
download | abslibre-d48854c69c1ddd462b50efadfd69b35b18ecfe33.tar.gz abslibre-d48854c69c1ddd462b50efadfd69b35b18ecfe33.tar.bz2 abslibre-d48854c69c1ddd462b50efadfd69b35b18ecfe33.zip |
xorg-server-1.16.3-2.parabola1: build with libgcrypt for sha1 provider again (FS#43250 -> https://bugs.archlinux.org/task/43250)
Diffstat (limited to 'libre')
-rw-r--r-- | libre/xorg-server/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/xorg-server/PKGBUILD b/libre/xorg-server/PKGBUILD index 6d2855332..5c4ed62c9 100644 --- a/libre/xorg-server/PKGBUILD +++ b/libre/xorg-server/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 227820 2014-12-20 13:56:29Z lcarlier $ +# $Id: PKGBUILD 228137 2014-12-29 12:20:10Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@parabola.nu> @@ -6,7 +6,7 @@ pkgbase=xorg-server pkgname=('xorg-server') pkgver=1.16.3 -pkgrel=1.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild +pkgrel=2.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://xorg.freedesktop.org" @@ -86,6 +86,7 @@ build() { --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ --with-fontrootdir=/usr/share/fonts \ + --with-sha1=libgcrypt \ --with-os-name="$(uname -o)" \ --with-os-vendor="$(uname -m) - kernel $(uname -r)" |