mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
x11/xf86-input-synaptics: rebuild with lazy binding
This commit is contained in:
parent
21bddac4d8
commit
fff32d044d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user