]> git.pld-linux.org Git - packages/tar.git/blob - tar-nolibrt.patch
- updated pl.po-update patch, release 1
[packages/tar.git] / tar-nolibrt.patch
1 --- tar-1.13.92/configure.ac.orig       2003-12-12 15:32:46.000000000 +0100
2 +++ tar-1.13.92/configure.ac    2003-12-13 11:07:47.008259632 +0100
3 @@ -152,10 +152,6 @@
4  # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
5  tar_save_LIBS=$LIBS
6    LIB_CLOCK_GETTIME=
7 -  AC_SEARCH_LIBS(clock_gettime, [rt posix4])
8 -  case "$ac_cv_search_clock_gettime" in
9 -    -l*) LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime;;
10 -  esac
11    AC_SUBST(LIB_CLOCK_GETTIME)
12    AC_CHECK_FUNCS(clock_gettime)
13  LIBS=$tar_save_LIBS
This page took 0.051573 seconds and 3 git commands to generate.