aboutsummaryrefslogtreecommitdiff
path: root/Make.Rules
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2007-12-24 21:06:26 -0800
committerAndrew G. Morgan <morgan@kernel.org>2007-12-24 21:13:44 -0800
commit1e81b2c4070596060be05b3f200990ccf88aed13 (patch)
treead7443941644495504298dbb73dcf160171faec8 /Make.Rules
parentfd10be5e86a19ef4ddd2f5a100ec520f7d404a34 (diff)
downloadlibcap-1e81b2c4070596060be05b3f200990ccf88aed13.tar.gz
Fix for 32-bit filesystem capability support.
Fix a bug related to the unconditional size of the VFS capabilities. Before, the size was based on the header used to compile the library, now the default size is based on the process capabilities supported by the running kernel. Chris Friedhoff reported this bug. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'Make.Rules')
-rw-r--r--Make.Rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.Rules b/Make.Rules
index 8827790..2014f38 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
# common defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=02
+MINOR=03
#
# Compilation specifics