From 9cb8384f6741f845e431ca6a68d22429f3461d56 Mon Sep 17 00:00:00 2001 From: kan Date: Sat, 19 May 2007 04:55:14 +0000 Subject: Make sure libc is installed before all other shared libraries. Other libraries might depend on versioned symbols from libc. --- lib/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index a0b32ba..1793d56 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -7,6 +7,7 @@ # built are visible: # # csu must be built before all shared libaries for ELF. +# libc must be built before all other shared libraries # libcom_err must be built before libkrb5 and libpam. # libcrypt must be built before libkrb5 and libpam. # libkvm must be built before libdevstat. @@ -24,10 +25,10 @@ # # Otherwise, the SUBDIR list should be in alphabetical order. -SUBDIR= ${_csu} libbsm libcom_err libcrypt libelf libkvm msun libmd ncurses \ - libnetgraph libradius librpcsvc libsbuf libtacplus libutil \ +SUBDIR= ${_csu} libc libbsm libcom_err libcrypt libelf libkvm msun libmd \ + ncurses libnetgraph libradius librpcsvc libsbuf libtacplus libutil \ ${_libypclnt} libalias libarchive ${_libatm} \ - libbegemot ${_libbluetooth} libbsnmp libbz2 libc \ + libbegemot ${_libbluetooth} libbsnmp libbz2 \ libcalendar libcam libcompat libdevinfo libdevstat libdisk \ libedit libexpat libfetch libftpio libgeom ${_libgpib} \ libgssapi libipsec \ -- cgit v1.1