]> git.pld-linux.org Git - packages/libosip2.git/blob - libosip2-nolibs.patch
- more verbose files, ghost soname symlinks
[packages/libosip2.git] / libosip2-nolibs.patch
1 --- libosip2-2.2.0/configure.in.orig    2005-01-31 16:44:06.000000000 +0100
2 +++ libosip2-2.2.0/configure.in 2005-02-27 20:30:16.277563216 +0100
3 @@ -170,10 +170,10 @@
4  fi
5  
6  dnl Checks for libraries. (those one are needed for sun)
7 -AC_CHECK_LIB(posix4,sem_open,[FSM_LIB="$FSM_LIB -lposix4 -mt"])
8 -AC_CHECK_LIB(nsl,nis_add,[FSM_LIB="$FSM_LIB -lnsl"])
9 -AC_CHECK_LIB(socket,sendto,[FSM_LIB="$FSM_LIB -lsocket"])
10 -AC_CHECK_LIB(c, lrand48, AC_DEFINE([HAVE_LRAND48], [], [Defined if you have lrand48]))
11 +AC_CHECK_FUNC(sem_open, , [AC_CHECK_LIB(posix4,sem_open,[FSM_LIB="$FSM_LIB -lposix4 -mt"])])
12 +AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,nis_add,[FSM_LIB="$FSM_LIB -lnsl"])])
13 +AC_CHECK_FUNC(sendto, , [AC_CHECK_LIB(socket,sendto,[FSM_LIB="$FSM_LIB -lsocket"])])
14 +AC_CHECK_LIB(c, lrand48, [AC_DEFINE([HAVE_LRAND48], [], [Defined if you have lrand48])])
15  
16  AC_CACHE_CHECK([whether -Wall works], Wall_flag, [
17    saved_CPPFLAGS=$CPPFLAGS
This page took 0.059484 seconds and 3 git commands to generate.