diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-17 20:25:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-17 20:25:07 +0000 |
commit | f76cf97862c2fcf943eae684acd208709ea2ee1f (patch) | |
tree | 4bcb883d1dbc4a1eff7b11b8d66a2ca99e8df445 | |
parent | 90d5acbd0fed423678ef7aced8929a6df182de42 (diff) | |
download | aports-f76cf97862c2fcf943eae684acd208709ea2ee1f.tar.bz2 aports-f76cf97862c2fcf943eae684acd208709ea2ee1f.tar.xz |
x11/xf86-input-evdev: upgrade to 2.3.2
-rw-r--r-- | x11/xf86-input-evdev/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xf86-input-evdev/APKBUILD b/x11/xf86-input-evdev/APKBUILD index afa823ee..c7461d3f 100644 --- a/x11/xf86-input-evdev/APKBUILD +++ b/x11/xf86-input-evdev/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-input-evdev -pkgver=2.3.0 +pkgver=2.3.2 pkgrel=0 pkgdesc="X.org evdev input driver" url="http://xorg.freedesktop.org/" @@ -12,8 +12,8 @@ source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver. build() { cd "$srcdir"/$pkgname-$pkgver - export GCC_SPECS=/usr/share/gcc/hardenednoznow.specs + export LDFLAGS="$LDFLAGS -Wl,-z,lazy" ./configure --prefix=/usr || return 1 make } @@ -23,4 +23,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="21dac6461379d67ee3b333c77f63e7bf xf86-input-evdev-2.3.0.tar.bz2" +md5sums="b2bfe368022eedf2671ee28daba31efc xf86-input-evdev-2.3.2.tar.bz2" |