libdmtx: Use update_config_* functions to fix aarch64 build
See also: #698
This commit is contained in:
parent
9b30cd6a46
commit
57d301749c
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=libdmtx
|
||||
pkgver=0.7.4
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="A software for reading and writing Data Matrix 2D barcodes"
|
||||
url="https://libdmtx.sourceforge.net/"
|
||||
arch="all"
|
||||
|
@ -10,6 +10,12 @@ license="BSD-2"
|
|||
source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
|
||||
subpackages="$pkgname-dev $pkgname-libs $pkgname-doc"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
update_config_guess
|
||||
}
|
||||
|
||||
build() {
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue