summaryrefslogtreecommitdiffstats
path: root/main/fftw
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-02-05 09:39:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-02-05 09:39:39 +0000
commita749795ba61ee3e8726df08bb8d1e6ea47ecd206 (patch)
tree1807655a5994bf0bb1eef7f813c71b5834d60088 /main/fftw
parentf68a5e15aa6697844fe3ba66d81e9fbc98dd5445 (diff)
downloadaports-a749795ba61ee3e8726df08bb8d1e6ea47ecd206.tar.bz2
aports-a749795ba61ee3e8726df08bb8d1e6ea47ecd206.tar.xz
main/fftw: build shared libs
Diffstat (limited to 'main/fftw')
-rw-r--r--main/fftw/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/fftw/APKBUILD b/main/fftw/APKBUILD
index 52d11bb47..9017e9049 100644
--- a/main/fftw/APKBUILD
+++ b/main/fftw/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=fftw
pkgver=3.3.3
-pkgrel=0
+pkgrel=1
pkgdesc="fastest fourier transform in the west"
url="http://www.fftw.org/"
license="GPL"
depends=
makedepends=
install=
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
source="http://www.fftw.org/$pkgname-$pkgver.tar.gz"
arch="all"
@@ -30,6 +30,8 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-single \
+ --enable-shared \
+ --enable-threads \
|| return 1
make || return 1
}