diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-10 13:12:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-10 13:12:05 +0000 |
commit | bc90e2411da2bec76cd39a5e382d5be65aeeab0b (patch) | |
tree | 06e9ccad602bf860fd65ed65a575918ffb5a2d74 /testing/wanpipe-grsec/APKBUILD | |
parent | a1f9caf675ac382ef76a57cc707a67dc3be325e9 (diff) | |
download | aports-bc90e2411da2bec76cd39a5e382d5be65aeeab0b.tar.bz2 aports-bc90e2411da2bec76cd39a5e382d5be65aeeab0b.tar.xz |
testing/wanpipe-grsec: fails to build. disable for now
Diffstat (limited to 'testing/wanpipe-grsec/APKBUILD')
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index 06851f0b42..9897ca7796 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -24,7 +24,7 @@ _mypkgrel=0 pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="Sangoma Wanpipe drivers for $_flavor kernel" url="http://wiki.sangoma.com/wanpipe-linux-drivers" -arch="all" +arch="" license="GPL" depends="linux-${_flavor}=${_kernelver}" makedepends="linux-${_flavor}-dev=${_kernelver} bison libtool flex bash @@ -32,8 +32,7 @@ makedepends="linux-${_flavor}-dev=${_kernelver} bison libtool flex bash install= install_if="linux-$_flavor=$_kernelver $_realname" subpackages= -source="ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-$_realver.tgz - constify.patch" +source="ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-$_realver.tgz" # override kernel's prepare() prepare() { |