diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-01-25 14:46:48 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-01-25 14:47:25 +0200 |
commit | 9b1ea25937b6b934843d7bef8ebc399189292619 (patch) | |
tree | bee171e6fd56bd8ab019b6c289f29d7636152e07 /main/dahdi-linux-grsec/APKBUILD | |
parent | d1a56cb116314ee549df8fe88e1a6b8ce0f6b053 (diff) | |
download | aports-9b1ea25937b6b934843d7bef8ebc399189292619.tar.bz2 aports-9b1ea25937b6b934843d7bef8ebc399189292619.tar.xz |
main/dahdi-linux-grsec: fix zaphfc, and enable build
Diffstat (limited to 'main/dahdi-linux-grsec/APKBUILD')
-rw-r--r-- | main/dahdi-linux-grsec/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD index 4aeba866c4..3b3d40ee7a 100644 --- a/main/dahdi-linux-grsec/APKBUILD +++ b/main/dahdi-linux-grsec/APKBUILD @@ -24,7 +24,7 @@ _dahdiver=2.6.0 pkgrel=$(( $_kpkgrel + $_mypkgrel )) pkgdesc="Digium Asterisk Hardware Device Interface drivers $_dahdiver" url="http://www.asterisk.org" -arch="" +arch="all" license="GPL" depends="dahdi-linux linux-${_flavor}=${_kpkgver}" # we need wget and tar because make install downloads firmware and uses fancy @@ -39,6 +39,7 @@ source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/${_realna zaphfc-dahdi-flortz.diff zaphfc-dahdi-2.4.0.patch zaphfc-dahdi-2.5.0.patch + zaphfc-dahdi-2.6.0.patch constify.patch " # dahdi-2.5.0-bri-fixes.patch @@ -88,4 +89,5 @@ c6308ea8aaafba0a9d7f9825d7c9dcf8 dahdi-zaphfc.patch 035a6d91b2fb56a9b76a60a2e494fe9e zaphfc-dahdi-flortz.diff 0fdcd8c8c93bc1fe33c0af12b6cc6b05 zaphfc-dahdi-2.4.0.patch 9ed23321512274c6c5c5b76af0411e38 zaphfc-dahdi-2.5.0.patch +6273db53267e1f322d91bf1c8b97ba19 zaphfc-dahdi-2.6.0.patch 15fd0337d9e592f2f1829770c2e69c86 constify.patch" |