]> git.pld-linux.org Git - packages/bzflag.git/blob - bzflag-nolibs.patch
- kill unwanted linking
[packages/bzflag.git] / bzflag-nolibs.patch
1 --- bzflag-1.10.6.20040515/configure.in.orig    2004-05-15 01:09:04.000000000 +0200
2 +++ bzflag-1.10.6.20040515/configure.in 2004-10-17 00:32:41.714841988 +0200
3 @@ -125,8 +125,8 @@
4  
5  
6  # for BeOS - old network stack don't have those libs ( move it in the case switch ?)
7 -AC_CHECK_LIB(socket, socket)
8 -AC_CHECK_LIB(bind, gethostent)
9 +AC_SEARCH_LIBS(socket, socket)
10 +AC_SEARCH_LIBS(gethostent, bind)
11  
12  AC_CHECK_LIB(m, sqrtf)
13  
This page took 0.034705 seconds and 3 git commands to generate.