mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/dvdbackup: Update config.guess
Update config.guess before building, otherwise this package fails on ppc64le due to the following bug: checking build system type... build-aux/config.guess: unable to guess system type
This commit is contained in:
parent
211d3f66ad
commit
155d8ff1f2
@ -12,6 +12,12 @@ subpackages="$pkgname-doc"
|
||||
source="http://downloads.sourceforge.net/dvdbackup/dvdbackup-$pkgver.tar.xz"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
update_config_guess
|
||||
default_prepare
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user