summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-21 21:44:02 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-21 21:44:02 +0000
commit22c9fba62b50f6549a93e3c1cf8f553595c85317 (patch)
tree96c2f43425bd7fd31d443b4719f933f4a0dd0396 /gnu/lib
parent5b14fc7575c0967a6f156a4064797074509955b3 (diff)
downloadFreeBSD-src-22c9fba62b50f6549a93e3c1cf8f553595c85317.zip
FreeBSD-src-22c9fba62b50f6549a93e3c1cf8f553595c85317.tar.gz
Fix installation of 32bit libraries after r288074.
FILES is not used when LIBRARIES_ONLY is set, which is used to build and install the lib32 sysroot. All of the csu files do quality as "libraries" for this case so just undefine LIBRARIES_ONLY. This is still better than the previous realinstall handling as it does not hook into META_MODE properly. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/csu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile
index e181bd5..de78c7e 100644
--- a/gnu/lib/csu/Makefile
+++ b/gnu/lib/csu/Makefile
@@ -44,6 +44,8 @@ FILESMODE= ${LIBMODE}
FILESOWN= ${LIBOWN}
FILESGRP= ${LIBGRP}
FILESDIR= ${LIBDIR}
+# These FILES qualify as libraries for the purpose of LIBRARIES_ONLY.
+.undef LIBRARIES_ONLY
${OBJS} ${SOBJS}: ${SRCS:M*.h}
OpenPOWER on IntegriCloud