updated libcec-git PKGBUILD with fPIC correction
This commit is contained in:
parent
64d455d053
commit
f9b8f4ddf2
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
|
||||
pkgname=libcec-git
|
||||
pkgver=20120515
|
||||
pkgver=20130104
|
||||
pkgrel=1
|
||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/Pulse-Eight/libcec"
|
||||
license=('GPL')
|
||||
makedepends=('git')
|
||||
depends=('udev>=151' 'lockdev')
|
||||
depends=('udev>=151' 'lockdev-fpic')
|
||||
provides=('libcec')
|
||||
conflicts=('libcec')
|
||||
options=('!libtool')
|
||||
|
@ -34,6 +34,7 @@ build() {
|
|||
git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"
|
||||
cd "$srcdir/$_gitname-build"
|
||||
|
||||
sed 's/^LIBS_LIBCEC="$LIBS".*/LIBS_LIBCEC="$LIBS -fPIC"/' -i configure.ac
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue