#3271: Udev/Systemd 197
--------------------+-------------------------------------------------------
 Reporter:  Krejzi  |       Owner:  bdubbs@…                   
     Type:  task    |      Status:  assigned                   
 Priority:  normal  |   Milestone:  7.3                        
Component:  Book    |     Version:  SVN                        
 Severity:  normal  |    Keywords:                             
--------------------+-------------------------------------------------------
Changes (by bdubbs@…):

  * owner:  lfs-book@… => bdubbs@…
  * status:  new => assigned


Comment:

 I can get a clean build by adding time-util.c to the COMMON_SRCS Makefile
 variable.

 There is an issue when building with glibc older than 2.17.  There needs
 to be a line in cfg.h:

 #define secure_getenv __secure_getenv

 But it's not needed for current lfs-svn which does use 2.17.  Do we need
 to address this?  If so, I'm not sure how to best test for it.  We could
 look for /lib/libc-*.so or run '/lib/libc.so.6 | head -n1' and then parse
 for the version.

 Another approach would be to put the define into cfg.h commented out and
 add a note to the book to uncomment it if using it with a glibc prior to
 2.17.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3271#comment:1>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to