]> git.pld-linux.org Git - packages/libosip2.git/commitdiff
- updated for 2.2.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Feb 2005 19:35:39 +0000 (19:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libosip2-nolibs.patch -> 1.2

libosip2-nolibs.patch

index 632509cf8927dd60d1a43c26e6740100a42963fb..65926d9deee8a6b56742b35c313261d0bf6a4152 100644 (file)
@@ -1,15 +1,17 @@
---- libosip-0.9.7/configure.in.orig    Sun Apr 27 16:55:00 2003
-+++ libosip-0.9.7/configure.in Mon Jun 30 15:54:43 2003
-@@ -166,9 +166,9 @@
+--- libosip2-2.2.0/configure.in.orig   2005-01-31 16:44:06.000000000 +0100
++++ libosip2-2.2.0/configure.in        2005-02-27 20:30:16.277563216 +0100
+@@ -170,10 +170,10 @@
  fi
  
  dnl Checks for libraries. (those one are needed for sun)
 -AC_CHECK_LIB(posix4,sem_open,[FSM_LIB="$FSM_LIB -lposix4 -mt"])
 -AC_CHECK_LIB(nsl,nis_add,[FSM_LIB="$FSM_LIB -lnsl"])
 -AC_CHECK_LIB(socket,sendto,[FSM_LIB="$FSM_LIB -lsocket"])
+-AC_CHECK_LIB(c, lrand48, AC_DEFINE([HAVE_LRAND48], [], [Defined if you have lrand48]))
 +AC_CHECK_FUNC(sem_open, , [AC_CHECK_LIB(posix4,sem_open,[FSM_LIB="$FSM_LIB -lposix4 -mt"])])
-+AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,nis_add,[FSM_LIB="$FSM_LIB -lnsl"])])dnl nsl not used
++AC_CHECK_FUNC(gethostbyname, , [AC_CHECK_LIB(nsl,nis_add,[FSM_LIB="$FSM_LIB -lnsl"])])
 +AC_CHECK_FUNC(sendto, , [AC_CHECK_LIB(socket,sendto,[FSM_LIB="$FSM_LIB -lsocket"])])
++AC_CHECK_LIB(c, lrand48, [AC_DEFINE([HAVE_LRAND48], [], [Defined if you have lrand48])])
  
- SIP_CFLAGS="$SIP_CFLAGS $CFLAGS"
+ AC_CACHE_CHECK([whether -Wall works], Wall_flag, [
+   saved_CPPFLAGS=$CPPFLAGS
This page took 0.069503 seconds and 4 git commands to generate.