Add PIE compilation flags
[platform/upstream/keyutils.git] / README
1 These tools are used to control the key management system built into the Linux
2 kernel.
3
4 To build and install the tools and manual pages, run:
5
6         make
7         make install
8
9 If your glibc does not contain definitions for the new error codes and system
10 calls, then try:
11
12         make NO_GLIBC_KEYERR=1
13
14 The tools are licensed under the GPL and the utility library under the LGPL.
15 Copies of these are included in this tarball.