diff options
Diffstat (limited to 'chapter06/libcap.xml')
-rw-r--r-- | chapter06/libcap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 1a71b7b28..202a4b3a4 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Libcap</title> + <para>Prevent a static library from being installed:</para> + +<screen><userinput remap="pre">sed -i '/install.*STALIBNAME/d' libcap/Makefile</userinput></screen> + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> |