]> git.pld-linux.org Git - packages/smalltalk.git/commitdiff
- we don't need no -lnsl
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Dec 2003 14:30:19 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smalltalk-nolibs.patch -> 1.1

smalltalk-nolibs.patch [new file with mode: 0644]

diff --git a/smalltalk-nolibs.patch b/smalltalk-nolibs.patch
new file mode 100644 (file)
index 0000000..cb8b2d7
--- /dev/null
@@ -0,0 +1,12 @@
+--- smalltalk-2.1.5/config/inet.m4.orig        2003-05-27 19:41:12.000000000 +0200
++++ smalltalk-2.1.5/config/inet.m4     2003-12-13 14:59:06.790212048 +0100
+@@ -7,7 +7,9 @@
+     AC_CHECK_LIB(wsock32, listen)
+   ])
+ ])
++AC_CHECK_FUNC(gethostbyname, , [
+ AC_CHECK_LIB(nsl, gethostbyname)
++])
+ gst_cv_inet_sockets=yes
+ AC_CHECK_FUNC(socket, , gst_cv_inet_sockets=no)
This page took 0.029021 seconds and 4 git commands to generate.