Revision: 6439
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6439&view=rev
Author:   gespinasse
Date:     2012-02-29 19:15:35 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
Remove the badly made 'checking for clock_gettime...'
There is no need for that as no code depend on HAVE_CLOCK_GETTIME

Modified Paths:
--------------
    ipcop/trunk/lfs/rsyslog

Modified: ipcop/trunk/lfs/rsyslog
===================================================================
--- ipcop/trunk/lfs/rsyslog     2012-02-29 17:47:35 UTC (rev 6438)
+++ ipcop/trunk/lfs/rsyslog     2012-02-29 19:15:35 UTC (rev 6439)
@@ -83,6 +83,10 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(THISAPP)_stack-size.patch
 
+       # 'checking for library containing clock_gettime' is required to find 
the lib to link and set RT_LIBS
+       # 'checking for clock_gettime...' is badly made and unneeded as nothing 
is under HAVE_CLOCK_GETTIME define.
+       # Code use _POSIX_TIMERS define. Remove the unneeded part.
+       cd $(DIR_APP) && sed -i 's/alarm clock_gettime/alarm/' configure
        cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --exec-prefix=/usr \
                                        --sysconfdir=/etc \

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to