diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:16:25 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-21 00:16:25 -0200 |
commit | 4a54f5e6651a1616ef46913372c28a299d1fa522 (patch) | |
tree | 009fa74e65a0cdc7847c3fb57a91749d7a89ef73 /kernels/paxctl/PKGBUILD | |
parent | c79962f0563eb86bdb0c07d917d028f13bef769f (diff) |
paxctl: adding mips64el support
Diffstat (limited to 'kernels/paxctl/PKGBUILD')
-rw-r--r-- | kernels/paxctl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernels/paxctl/PKGBUILD b/kernels/paxctl/PKGBUILD index b23812d7d..34e07f8f5 100644 --- a/kernels/paxctl/PKGBUILD +++ b/kernels/paxctl/PKGBUILD @@ -5,7 +5,7 @@ pkgver='0.7' pkgrel=1 pkgdesc='Manages various PaX related program header flags for Elf32, Elf64, binaries' url="http://pax.grsecurity.net" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=() source=("http://pax.grsecurity.net/${pkgname}-${pkgver}.tar.bz2") |