Hi all,
Tushar offered what I felt was a good suggestion, and I'd like to
implement it. Currently the installation commands for the NSS libraries
do this:
=======================================================================
install -v -m755 \
$NSS_LINUXDIR/lib/lib{nspr4,plc4,plds4}.so \
$NSS_LINUXDIR/lib/lib{freebl3,nss3,nssckbi,smime3,softokn3,ssl3}.so \
/usr/lib &&
install -v -m644 \
$NSS_LINUXDIR/lib/lib{freebl3,softokn3}.chk \
$NSS_LINUXDIR/lib/libcrmf.a \
/usr/lib &&
=======================================================================
These commands could be changed to
install -v -m755 $NSS_LINUXDIR/lib/*.so /usr/lib &&
install -v -m644 $NSS_LINUXDIR/lib/{*.chk,libcrmf.a} /usr/lib &&
Though the commands as they are now, list the individual libraries
making up the NNS/NSPR libs, which is good, they are also listed at
the end of the page as follows:
The libnspr4.so, libplc4.so and libplds4.so libraries make up the
Netscape Portable Runtime (NSPR) libraries.
The libcrmf.a, libfreebl.so, libnss3.so, libnssckbi.so, libsmime3.so,
libsoftokn3.so and libnssl3.so libraries make up the NSS libraries.
Any objections to the change?
--
Randy
rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
10:06:01 up 128 days, 19:30, 3 users, load average: 1.07, 0.79, 0.41
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page