Skip to content
Snippets Groups Projects
Commit c7efdce9 authored by Bart Ribbers's avatar Bart Ribbers Committed by Kevin Daudt
Browse files

main/libbytesize: rebuild against mpfr4

Closes !413
parent cd2132dc
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com>
pkgname=libbytesize pkgname=libbytesize
pkgver=2.1 pkgver=2.1
pkgrel=0 pkgrel=1
pkgdesc="Library for working with arbitrary big sizes in bytes" pkgdesc="Library for working with arbitrary big sizes in bytes"
options="!check" # Tests require dealing with locales options="!check" # Tests require dealing with locales
url="https://github.com/rhinstaller/libbytesize" url="https://github.com/rhinstaller/libbytesize"
...@@ -13,7 +13,7 @@ makedepends="gettext-dev gmp-dev mpfr-dev pcre2-dev python3" ...@@ -13,7 +13,7 @@ makedepends="gettext-dev gmp-dev mpfr-dev pcre2-dev python3"
checkdepends="bash py3-six" checkdepends="bash py3-six"
subpackages="$pkgname-dev $pkgname-lang py-$pkgname:_py:noarch $pkgname-doc subpackages="$pkgname-dev $pkgname-lang py-$pkgname:_py:noarch $pkgname-doc
$pkgname-tools:_tools:noarch" $pkgname-tools:_tools:noarch"
source="https://github.com/storaged-project/libbytesize/releases/download/$pkgver/$pkgname-$pkgver.tar.gz" source="https://github.com/storaged-project/libbytesize/releases/download/$pkgver/libbytesize-$pkgver.tar.gz"
build() { build() {
CFLAGS="$CFLAGS -lintl" ./configure --prefix=/usr CFLAGS="$CFLAGS -lintl" ./configure --prefix=/usr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment