aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-07 14:15:40 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-07 14:15:40 +0000
commitbe01c2220b8f328140cb66047f2a0a5c71da82a6 (patch)
tree67ca4df69f43ec1ec358a95d5d73b1c99ee30232 /Makefile.inc1
parent4b8487d130c47c721aaca9bf9414a987d2300f82 (diff)
downloadsrc-be01c2220b8f328140cb66047f2a0a5c71da82a6.tar.gz
src-be01c2220b8f328140cb66047f2a0a5c71da82a6.zip
- No need to create libfoo.so -> libfoo.so.X symlinks in /lib,
as it was decided that our toolchain will revert to looking for libraries in /usr/lib only. - Make /usr/lib/libfoo.so -> /lib/libfoo.so.X symlinks absolute so that they still work if /usr is symlinked. - Remove stale /usr/lib/libfoo.so.X libraries during install. Discussed with: gordon, obrien, peter
Notes
Notes: svn path=/head/; revision=119846
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index abf4c1833978..ba1ee1364caf 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -227,6 +227,7 @@ XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} -DNO_FORTRAN -DNO_GDB
# world stage
WMAKEENV= ${CROSSENV} \
DESTDIR=${WORLDTMP} \
+ _SHLIBDIRPREFIX=${WORLDTMP} \
INSTALL="sh ${.CURDIR}/tools/install.sh" \
PATH=${TMPPATH}
WMAKE= ${WMAKEENV} ${MAKE} -f Makefile.inc1