Date: Sun, 1 Aug 2004 22:24:07 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/geom Makefile.inc src/sbin/geom/class Makefile.inc src/sbin/geom/core Makefile geom.c Message-ID: <200408012224.i71MO7F4090235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408012224.i71MO7F4090235>
