[Clfs-commits] [CLFS Trac] #182: UTF-8

CLFS Trac trac at cross-lfs.org
Sun Feb 8 11:58:21 PST 2009


#182: UTF-8
--------------------+-------------------------------------------------------
  Reporter:  ken    |       Owner:  clfs-commits at lists.cross-lfs.org.
      Type:  task   |      Status:  new                              
  Priority:  minor  |   Milestone:  CLFS Standard 1.2.0              
 Component:  BOOK   |     Version:  CLFS Standard SVN                
Resolution:         |    Keywords:                                   
--------------------+-------------------------------------------------------
Comment (by willimmen):

 Replying to [comment:29 jim]:
 > You didn't follow our requirements. No additional packages, which means
 no man-db. Work with in the developement guidelines.
 I KNOW, but GDBM is a simple package.

 As for compilation instrutions, they are here:

 {{{
 ./configure --prefix=/usr &&
 make &&
 make BINOWN=root BINGRP=root install
 }}}

 The BINOWN and BINGRP things for make install overide the ownership of
 GDBM to root instead of bin.

 You see why it's simple? But for compatibly with older apps, you may need
 to install NDBM and DBM compatibalty headers:

 {{{
 make BINOWN=root BINGRP=root install-compat
 }}}

-- 
Ticket URL: <http://trac.cross-lfs.org/ticket/182#comment:30>
CLFS Trac <http://trac.cross-lfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list