mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/flickcurl: fix FTBFS on ppc64le
Currently flickcurl FTBFS due to an outdate config.guess file. Updating it to reflect the new platforms.
This commit is contained in:
parent
27b38015fb
commit
d3246c8f85
@ -12,6 +12,12 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
source="http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz"
|
||||
builddir="$srcdir/flickcurl-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
update_config_guess || return 1
|
||||
default_prepare || return 1
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure --prefix /usr || return 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user