Ticket #162: gdbm-compat.patch

File gdbm-compat.patch, 756 bytes (added by billy@…, 22 years ago)

installs compatibility headers.

  • gdbm-inst.xml

    diff --exclude=CVS -Naur ./gdbm-inst.xml /home/billy/NEWBLFS/BOOK/general/genlib/gdbm/gdbm-inst.xml
    old new  
    88make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
    99BINOWN=root BINGRP=root install</userinput></screen></para>
    1010
     11<note><para>The following command will install the compatibility
     12headers for gdbm, needed by some applications.  Apache 1.3 will need
     13these headers.</para></note>
     14
     15<para><screen><userinput>
     16make prefix=/usr man3dir=/usr/share/man/man3 infodir=/usr/share/info \
     17BINOWN=root BINGRP=root install-compat</userinput></screen></para>
     18
    1119</sect2>
    1220