aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-05-30 14:39:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-05-30 14:39:40 +0000
commit6b0654b566d0f5e6731b92e85886d0e3d46ca882 (patch)
treef6747caed30f9ecd275700cd7fc08a5b7732ce09
parentcd746ccfe8dffff5546b3c9060586116f1f1a30d (diff)
downloadaports-6b0654b566d0f5e6731b92e85886d0e3d46ca882.tar.bz2
aports-6b0654b566d0f5e6731b92e85886d0e3d46ca882.tar.xz
main/oprofile: disable. does not build with musl
-rw-r--r--main/oprofile/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/oprofile/APKBUILD b/main/oprofile/APKBUILD
index 06b5fa31e7..f3fa34c059 100644
--- a/main/oprofile/APKBUILD
+++ b/main/oprofile/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.9.9
pkgrel=0
pkgdesc="A System Profiler for Linux"
url="http://oprofile.sourceforge.net/"
-arch="all"
+arch=""
license="GPL"
depends=""
makedepends="libiconv-dev popt-dev gettext-dev"
@@ -26,7 +26,7 @@ prepare() {
esac
done
}
-
+
build() {
cd "$srcdir/$pkgname-$pkgver"