summaryrefslogtreecommitdiffstats
path: root/testing/redland
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-05-10 13:31:28 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-05-10 13:31:28 -0500
commitc66a6261560242eed1ba9910ef5ff8000acbd735 (patch)
tree6d616c19b2672ed7d7755adc559f85f5a71faba2 /testing/redland
parent2ecd659f187940cf31ecc89181f0ee4904a0e8e5 (diff)
downloadaports-fcolista-c66a6261560242eed1ba9910ef5ff8000acbd735.tar.bz2
aports-fcolista-c66a6261560242eed1ba9910ef5ff8000acbd735.tar.xz
testing/redland: force link with -lm
Diffstat (limited to 'testing/redland')
-rw-r--r--testing/redland/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/redland/APKBUILD b/testing/redland/APKBUILD
index 99a52e4da7..a2de02a059 100644
--- a/testing/redland/APKBUILD
+++ b/testing/redland/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=redland
pkgver=1.0.13
-pkgrel=0
+pkgrel=1
pkgdesc="high-level RDF library"
url="http://www.librdf.org/"
arch="all"
@@ -27,7 +27,7 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ LIBS="-lm" ./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \