cvs commit: src/sbin/geom Makefile.inc src/sbin/geom/class Makefile.inc src/sbin/geom/core Makefile geom.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Aug 1 15:24:07 PDT 2004


pjd         2004-08-01 22:24:07 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom            Makefile.inc 
    sbin/geom/class      Makefile.inc 
    sbin/geom/core       Makefile geom.c 
  Log:
  After changing LIBDIR to SHLIBDIR, because of dependencies problems,
  new problem shows up: symblic links (<libname>.so) are created under
  /usr/lib/ now, instead of under /lib/geom/ where geom(8) looks for them.
  Introduce a workaround to fix this by teaching geom(8) to open libraries
  via /lib/geom/<libname>.so.<major_number> instead of /lib/geom/<libname>.so.
  
  Revision  Changes    Path
  1.4       +2 -1      src/sbin/geom/Makefile.inc
  1.5       +3 -3      src/sbin/geom/class/Makefile.inc
  1.7       +1 -1      src/sbin/geom/core/Makefile
  1.5       +2 -1      src/sbin/geom/core/geom.c


More information about the cvs-src mailing list