libfprint, disable static library (#8504)

This commit is contained in:
Schrijvers Luc
2023-04-24 15:30:32 +02:00
committed by GitHub
parent 32733af12e
commit 4f0c2fb998

View File

@@ -3,8 +3,7 @@ DESCRIPTION="libfprint is an open source software library designed to make it \
easy for application developers to add support for consumer fingerprint \
readers to their software."
HOMEPAGE="https://www.freedesktop.org/wiki/Software/fprint/libfprint/"
COPYRIGHT="
2007 Daniel Drake
COPYRIGHT="2007 Daniel Drake
2006-2007 Timo Hoenig
2006 Pavel Machek
1999 Erik Walthinsen
@@ -12,14 +11,14 @@ COPYRIGHT="
2007 Cyrille Bagard
2007 Vasily Khoruzhick
2007 Jan-Michael Brummer
2007 Anthony Bretaudeau
"
2007 Anthony Bretaudeau"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://people.freedesktop.org/~anarsoul/libfprint-$portVersion.tar.xz"
CHECKSUM_SHA256="863eee8cf4cbc56776cf08e5b98e30e130f3394b6db95bf8e01addb6bf08f1f3"
REVISION="2"
SOURCE_URI="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/V_0_7_0/libfprint-V_0_7_0.tar.bz2"
CHECKSUM_SHA256="9ca5678b9cb73c793b4e8f8845753507ad816ba21091055082157c94f3be154e"
SOURCE_DIR="libfprint-V_0_7_0"
ARCHITECTURES="all ?x86_gcc2"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -64,7 +63,7 @@ BUILD()
{
sed -i 's/-Werror-implicit-function-declaration//g' configure.ac
autoreconf -fi
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs -i
}