[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sun Jun 13 07:23:59 MDT 2010


The branch, master has been updated
       via  f0afda1... Fix aio_read detection for -lrt
      from  c7f4480... s3: Remove fsp_belongs_conn

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit f0afda14ba95bc16ec8ca2377640f4ee13825af9
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Jun 13 14:13:42 2010 +0200

    Fix aio_read detection for -lrt

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index c3b594d..761768c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -5497,7 +5497,9 @@ AC_ARG_WITH(aio-support,
 	case "$host_os" in
 	*)
 		AIO_LIBS=$LIBS
+		no_rt_LIBS=$LIBS
 		AC_CHECK_LIB(rt,aio_read,[AIO_LIBS="$LIBS -lrt"])
+		LIBS=$no_rt_LIBS
 		AC_CHECK_LIB(aio,aio_read,[AIO_LIBS="$LIBS -laio"])
 		AC_CACHE_CHECK([for asynchronous io support],samba_cv_HAVE_AIO,[
 		aio_LIBS=$LIBS


-- 
Samba Shared Repository


More information about the samba-cvs mailing list