]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r250337
authorbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 12 May 2013 00:35:57 +0000 (00:35 +0000)
committerbrooks <brooks@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 12 May 2013 00:35:57 +0000 (00:35 +0000)
commit1aed5853c24153d5b5397a5ab772da0e1d9243b2
tree39e54676a270f94e1e8be56fb144df8805df1f44
parentfcca29576508eb7c338a49905a43fbb70af3851e
MFC r250337

Work around the implementation of LIBRARIES_ONLY.  It causes drti.o to
not be installed in /usr/lib32 on systems with compat-32 support.

This fix has two parts.  First, the build is forced by linking drti.o
into a dummy internal library.  Second, the object file is installed
manually in the LIBRARIES_ONLY case.

git-svn-id: svn://svn.freebsd.org/base/stable/9@250534 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/lib/drti/Makefile