diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 02:29:05 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 02:29:05 +0000 |
commit | fd162f667ce23773cf9e486e144ae288dd08351f (patch) | |
tree | 7dc321b6ec4bba978afb19b686866a454cefa571 /chapter06/acl.xml | |
parent | 49c2c113b322bf9f3bbb2e915fe4fb212aeb30e0 (diff) |
Update to mpc-1.0.3.
Update to man-pages-3.8.1.
Update to xz-5.2.1.
Update to kmod-20.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/acl.xml')
-rw-r--r-- | chapter06/acl.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/acl.xml b/chapter06/acl.xml index fb3e3475d..14c34d3e6 100644 --- a/chapter06/acl.xml +++ b/chapter06/acl.xml @@ -59,8 +59,9 @@ <para>Prepare Acl for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin \ +<screen><userinput remap="configure">./configure --prefix=/usr \ + --bindir=/bin \ + --disable-static \ --libexecdir=/usr/lib</userinput></screen> <para>Compile the package:</para> |