]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- kill -lnsl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Dec 2005 16:32:23 +0000 (16:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    urxvt-link.patch -> 1.1

urxvt-link.patch [new file with mode: 0644]

diff --git a/urxvt-link.patch b/urxvt-link.patch
new file mode 100644 (file)
index 0000000..39e9c3f
--- /dev/null
@@ -0,0 +1,17 @@
+--- rxvt-unicode-5.9/autoconf/configure.in.orig        2005-12-26 15:43:00.804801000 +0100
++++ rxvt-unicode-5.9/autoconf/configure.in     2005-12-26 17:01:55.905956440 +0100
+@@ -77,11 +77,11 @@
+ AC_ISC_POSIX
+ dnl# FreeBSD needs to link libxpg4
+-AC_CHECK_LIB(xpg4, setlocale, [LIBS="$LIBS -lxpg4"])
++AC_SEARCH_LIBS(setlocale, xpg4)
+ dnl solaris needs to link libnsl and socket
+-AC_CHECK_LIB(nsl, gethostbyname, [LIBS="$LIBS -lnsl"])
+-AC_CHECK_LIB(socket, socket, [LIBS="$LIBS -lsocket"])
++AC_SEARCH_LIBS(gethostbyname, nsl)
++AC_SEARCH_LIBS(socket, socket)
+ dnl AC_ENABLE_SHARED(no)dnl#  libtool
+ dnl AC_ENABLE_STATIC(yes)dnl# libtool
This page took 0.040032 seconds and 4 git commands to generate.