]> git.pld-linux.org Git - packages/urxvt.git/blob - urxvt-link.patch
- kill -lnsl
[packages/urxvt.git] / urxvt-link.patch
1 --- rxvt-unicode-5.9/autoconf/configure.in.orig 2005-12-26 15:43:00.804801000 +0100
2 +++ rxvt-unicode-5.9/autoconf/configure.in      2005-12-26 17:01:55.905956440 +0100
3 @@ -77,11 +77,11 @@
4  AC_ISC_POSIX
5  
6  dnl# FreeBSD needs to link libxpg4
7 -AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
8 +AC_SEARCH_LIBS(setlocale, xpg4)
9  
10  dnl solaris needs to link libnsl and socket
11 -AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])
12 -AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
13 +AC_SEARCH_LIBS(gethostbyname, nsl)
14 +AC_SEARCH_LIBS(socket, socket)
15  
16  dnl AC_ENABLE_SHARED(no)dnl#   libtool
17  dnl AC_ENABLE_STATIC(yes)dnl#  libtool
This page took 0.040753 seconds and 3 git commands to generate.