]> git.pld-linux.org Git - packages/gnustep-base.git/blame - gnustep-base-link.patch
- icu-57.1 rebuild
[packages/gnustep-base.git] / gnustep-base-link.patch
CommitLineData
6dd6f5ef
JB
1--- gnustep-base-1.24.5/configure.ac.orig 2013-07-15 07:24:27.000000000 +0200
2+++ gnustep-base-1.24.5/configure.ac 2013-09-14 10:54:56.415018340 +0200
3@@ -2349,7 +2349,7 @@
4 # These used by GSFileHandle.m and distributed objects
5 # On some systems we need -lnsl ... so check for that first.
6 #--------------------------------------------------------------------
7-AC_CHECK_LIB(nsl, inet_ntop)
8+AC_SEARCH_LIBS(inet_ntop, nsl)
9 AC_CHECK_FUNCS(gethostbyaddr_r inet_aton inet_pton inet_ntop sigaction)
10 USE_ZLIB=0
11 AC_CHECK_HEADERS(zlib.h)
This page took 0.113412 seconds and 4 git commands to generate.