diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:39:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:39:40 +0000 |
commit | 6b0654b566d0f5e6731b92e85886d0e3d46ca882 (patch) | |
tree | f6747caed30f9ecd275700cd7fc08a5b7732ce09 /main/oprofile/APKBUILD | |
parent | cd746ccfe8dffff5546b3c9060586116f1f1a30d (diff) | |
download | aports-6b0654b566d0f5e6731b92e85886d0e3d46ca882.tar.bz2 aports-6b0654b566d0f5e6731b92e85886d0e3d46ca882.tar.xz |
main/oprofile: disable. does not build with musl
Diffstat (limited to 'main/oprofile/APKBUILD')
-rw-r--r-- | main/oprofile/APKBUILD | 4 |
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" |