]> git.pld-linux.org Git - packages/mono.git/blob - mono-nolibs.patch
- wrong types caused severe memory corruption on alpha
[packages/mono.git] / mono-nolibs.patch
1 --- mono-0.30/configure.in.orig 2004-02-10 10:30:17.000000000 +0000
2 +++ mono-0.30/configure.in      2004-02-10 10:31:19.000000000 +0000
3 @@ -474,7 +474,7 @@
4         dnl *****************************
5         dnl *** Checks for libnsl     ***
6         dnl *****************************
7 -       AC_CHECK_LIB(nsl, gethostbyaddr, LIBS="$LIBS -lnsl")
8 +       AC_SEARCH_LIBS(gethostbyaddr, nsl)
9  
10         AC_CHECK_FUNCS(inet_pton inet_aton)
11  
This page took 0.024517 seconds and 3 git commands to generate.