Libcap: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) mNo edit summary |
Update dependencies |
||
| Line 11: | Line 11: | ||
Required | Required | ||
* [[Gperf]] | * [[Gperf]] | ||
* [[Attr]] | |||
== Non-Multilib == | == Non-Multilib == | ||
Revision as of 12:07, 26 January 2009
| Download Source: | http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.22.tar.gz |
|---|
Dependencies
Required
Non-Multilib
Compile the package:
make
Install the package
make install && chmod -v 755 /lib/libcap.so.2.22
Multilib
32Bit
Compile the package:
make CC="gcc ${BUILD32} -fPIC" LD="gcc -shared ${BUILD32} -fPIC"
Install the package
make lib=lib install && chmod -v 755 /lib/libcap.so.2.22
N32
Compile the package:
make CC="gcc ${BUILDN32} -fPIC" LD="gcc -shared ${BUILDN32} -fPIC"
Install the package
make lib=lib32 LIBDIR=/lib32 install && chmod -v 755 /lib32/libcap.so.2.22
64Bit
Compile the package:
make CC="gcc ${BUILD64} -fPIC" LD="gcc -shared ${BUILD64} -fPIC"
Install the package
make lib=lib64 LIBDIR=/lib64 install && chmod -v 755 /lib64/libcap.so.2.22