[Clfs-commits] [CLFS Trac] #1003: Systemd 224 Version Upgrade

CLFS Trac trac at clfs.org
Wed Aug 26 19:25:27 PDT 2015


#1003: Systemd 224 Version Upgrade
-----------------------+---------------------------------
  Reporter:  kb0iic    |      Owner:  clfs-commits@…
      Type:  task      |     Status:  new
  Priority:  critical  |  Milestone:  CLFS Standard 3.1.0
 Component:  BOOK      |    Version:  CLFS Standard GIT
Resolution:            |   Keywords:
-----------------------+---------------------------------

Comment (by kb0iic):

 We can remove:

 {{{
 sed -i '/virt-install-hook /d' Makefile.in

 sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in (man page exists
 now)

 sed -i '/-l/d' src/fsck/fsck.c  (fixed a long time ago)

 cc_cv_CFLAGS__flto=no   (not needed during configure)
 }}}

 Adjust the next command to move more libraries:

 {{{
 mv -v /usr/lib/libnss_myhostname.so.2 /lib
 }}}
 to
 {{{
 mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib
 }}}

-- 
Ticket URL: <http://trac.clfs.org/ticket/1003#comment:21>
CLFS Trac <http://trac.clfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list