Revision: 6440 http://ipcop.svn.sourceforge.net/ipcop/?rev=6440&view=rev Author: gespinasse Date: 2012-02-29 21:08:49 +0000 (Wed, 29 Feb 2012) Log Message: ----------- Skip badly made clock_getttime configure check as no compiled code use that
Modified Paths: -------------- ipcop/trunk/lfs/gmp Modified: ipcop/trunk/lfs/gmp =================================================================== --- ipcop/trunk/lfs/gmp 2012-02-29 19:15:35 UTC (rev 6439) +++ ipcop/trunk/lfs/gmp 2012-02-29 21:08:49 UTC (rev 6440) @@ -89,12 +89,13 @@ # we do not build the C++ part (--enable-cxx) # and Berkeley MP compatibility library (--enable-mpbsd) + # The only code that use HAVE_CLOCK_GETTIME is tune/time.c that is not compiled and is broken code. So remove the useless check + cd $(DIR_APP) && sed -i 's/clock clock_gettime/clock/' configure + # --build=i486-linux force 32-bits ABI on an AMD 64-bits CPU # and disable sse2 intructions usage on i686 # on sparc64 and powerpc64, force 32-bits userspace - cd $(DIR_APP) && ./configure --prefix=/usr \ - --disable-static \ - --build=$(MACHINE)-linux + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static --build=$(MACHINE)-linux cd $(DIR_APP) && make -j $(PARALLELISM) 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