diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 00:01:22 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-02 00:01:22 +0000 |
commit | 54eee9df478c297f508b69fcb3ebfa456d73e0ab (patch) | |
tree | 482bd5f49106773a585faba7ddbf19be431525b0 /chapter06/man-inst.xml | |
parent | d0e55a67df31dab8bbf39e47da7aae6de91c062e (diff) |
Fix man bug, added a CC variable to omit symbols from compilation in static packages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2077 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r-- | chapter06/man-inst.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index 0e8fff874..38fdcd8e4 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -4,8 +4,11 @@ <para>Run the following commands to install man:</para> <para><screen><userinput>PATH=$PATH:/usr/bin:/bin \ - ./configure -default -confdir=/etc && + ./configure -default -confdir=/etc && make && +cp src/man.conf{,.backup} && +sed -e '/^NROFF/s/-mandoc/-c -mandoc/' \ + src/man.conf.backup > src/man.conf && make install</userinput></screen></para> <para>You may want to take a look at the man hint |