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

Comment(by bdubbs@…):

 The 'checking for...' messages are from configure, right?  We want to
 avoid that.

 What we have now in cfg.h is:

 #define HAVE___SECURE_GETENV 1

 but that needs to be removed for glibc-2.17 and we need

 #define HAVE_SECURE_GETENV 1

 Notice the underscores.  For glibc earlier than 2.17, we need the 1st
 define.  I suppose if we have:

 #define HAVE_SECURE_GETENV 1
 //#define HAVE___SECURE_GETENV 1

 as the default, then the only change needed for earlier glibc version is
 to uncomment the 2nd define and comment the 1st one or a sed to change
 HAVE_SECURE to HAVE___SECURE.

 I still don't think we want to address this directly in LFS.  I'm not sure
 about BLFS.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3271#comment:8>
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