]> git.ipfire.org Git - ipfire-3.x.git/blame - paxctl/paxctl.nm
liboping: Fix build with GCC 9
[ipfire-3.x.git] / paxctl / paxctl.nm
CommitLineData
20d414ed 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
20d414ed
MT
4###############################################################################
5
802ea3af 6name = paxctl
df0e62db 7version = 0.8
0b723024 8release = 2
20d414ed 9
802ea3af
MT
10groups = Applications/System
11url = http://pax.grsecurity.net/
12license = GPLv2
13summary = Application to control PaX flags.
20d414ed 14
802ea3af
MT
15description
16 paxctl may be used to control PaX flags on a per-binary basis. PaX
17 is a set of kernel security patches to enhance a system's security.
18end
20d414ed 19
df0e62db 20source_dl = https://pax.grsecurity.net/
20d414ed 21
802ea3af
MT
22build
23 requires
24 m4
25 end
20d414ed 26
802ea3af 27 build
0b723024 28 make %{PARALLELISMFLAGS} CFLAGS="%{CFLAGS}" LDFLAGS="%{LDFLAGS}"
802ea3af
MT
29 end
30end
20d414ed 31
802ea3af
MT
32packages
33 package %{name}
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end