]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- make sure fseeko/waitpid is correctly choosen
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 25 Mar 2008 19:36:02 +0000 (19:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-ac.patch -> 1.3

cvs-ac.patch [new file with mode: 0644]

diff --git a/cvs-ac.patch b/cvs-ac.patch
new file mode 100644 (file)
index 0000000..94ccf53
--- /dev/null
@@ -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.
This page took 0.041611 seconds and 4 git commands to generate.