x11/xf86-input-synaptics: rebuild with lazy binding

This commit is contained in:
Natanael Copa 2009-10-15 18:29:44 +00:00
parent 21bddac4d8
commit fff32d044d

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-synaptics
pkgver=1.2.0
pkgrel=0
pkgrel=1
pkgdesc="X.org synaptics input driver"
url="http://xorg.freedesktop.org/"
license="custom"
@ -13,8 +13,7 @@ source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.
build ()
{
cd "$srcdir"/$pkgname-$pkgver
${CC:-gcc} -dumpspecs | sed 's/%(link_now)//g' > "$srcdir"/gcc-specs
export GCC_SPECS="$srcdir"/gcc-specs
export GCC_SPECS=/usr/share/gcc/hardenednoznow.specs
./configure --prefix=/usr || return 1
make || return 1