]> git.pld-linux.org Git - packages/amanda.git/blob - amanda-no_libnsl.patch
- shell syntax fix (nothing to break here)
[packages/amanda.git] / amanda-no_libnsl.patch
1 --- amanda-2.6.0/config/amanda/libs.m4~ 2008-01-18 01:31:33.000000000 +0100
2 +++ amanda-2.6.0/config/amanda/libs.m4  2008-05-07 11:06:30.000000000 +0200
3 @@ -80,6 +80,8 @@
4         *sgi-irix*)
5                             AC_CHECK_LIB(socket,main)
6                             ;;
7 +       *linux*)
8 +                           ;;
9         *)
10                             AC_CHECK_LIB(resolv,main)
11                             AC_CHECK_LIB(nsl,main)
This page took 0.030679 seconds and 3 git commands to generate.