SOURCES: cvs-ac.patch (NEW) - make sure fseeko/waitpid is correctl...

arekm arekm at pld-linux.org
Tue Mar 25 20:36:07 CET 2008


Author: arekm                        Date: Tue Mar 25 19:36:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- make sure fseeko/waitpid is correctly choosen

---- Files affected:
SOURCES:
   cvs-ac.patch (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/cvs-ac.patch
diff -u /dev/null SOURCES/cvs-ac.patch:1.3
--- /dev/null	Tue Mar 25 20:36:07 2008
+++ SOURCES/cvs-ac.patch	Tue Mar 25 20:36:02 2008
@@ -0,0 +1,18 @@
+--- cvs/configure.in~	2008-03-25 19:48:31.245284246 +0100
++++ cvs/configure.in	2008-03-25 19:53:55.421291334 +0100
+@@ -180,15 +180,6 @@
+ AC_CHECK_MEMBERS([struct stat.st_rdev])
+ 
+ AC_FUNC_FSEEKO
+-if test $ac_cv_func_fseeko = no; then
+-    AC_LIBOBJ(fseeko)
+-    AC_LIBOBJ(ftello)
+-fi
+-
+-# Replace functions with versions in lib/ when they can't be found.
+-AC_REPLACE_FUNCS(\
+-	waitpid \
+-)
+ 
+ #
+ # Special hack for a SunOS 5.7 (aka Solaris 7) select() problem.
================================================================


More information about the pld-cvs-commit mailing list