diff options
Diffstat (limited to 'testing/gnash/APKBUILD')
-rw-r--r-- | testing/gnash/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/gnash/APKBUILD b/testing/gnash/APKBUILD index 5b2b407adf..9f791462b3 100644 --- a/testing/gnash/APKBUILD +++ b/testing/gnash/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=gnash pkgver=0.8.10 -pkgrel=0 +pkgrel=1 pkgdesc="GNU flash player implementation" url="http://www.gnashdev.org/" arch="all" @@ -17,7 +17,8 @@ install="" subpackages="$pkgname-doc $pkgname-dev $pkgname-mozilla $pkgname-sdl $pkgname-fb $pkgname-lang" source="http://ftp.gnu.org/pub/gnu/gnash/$pkgver/gnash-$pkgver.tar.bz2 - gnash-ffmpeg.patch" + gnash-ffmpeg.patch + aslr-fix.patch" _builddir="$srcdir"/gnash-$pkgver prepare() { @@ -69,4 +70,5 @@ mozilla() { } md5sums="63e9f79c41d93d48c5a2fa94856548c4 gnash-0.8.10.tar.bz2 -b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch" +b324b3fee1e017d8fcc4d991146266f8 gnash-ffmpeg.patch +64cea4c0b4963b7fd5308beb1b20fed6 aslr-fix.patch" |