]> git.pld-linux.org Git - packages/nfs-utils.git/blob - nfs-utils-sh.patch
- updated to 2.6.4
[packages/nfs-utils.git] / nfs-utils-sh.patch
1 --- nfs-utils-2.4.3/configure.ac.orig   2020-02-09 20:41:19.000000000 +0100
2 +++ nfs-utils-2.4.3/configure.ac        2020-05-16 10:00:17.813179249 +0200
3 @@ -622,7 +622,7 @@
4    AC_MSG_CHECKING([whether CC supports $1])
5    AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
6      [AC_MSG_RESULT([yes])]
7 -    [$2+=$1],
8 +    [$2="$$2 $1"],
9      [AC_MSG_RESULT([no])]
10    )
11    CFLAGS="$my_save_cflags"
This page took 0.05534 seconds and 3 git commands to generate.