[Pkg-openldap-devel] r1276 - in openldap/trunk/debian: . patches

matthijs at alioth.debian.org matthijs at alioth.debian.org
Mon Apr 26 20:05:24 UTC 2010


tags 579221 pending
thanks

Author: matthijs
Date: 2010-04-26 20:05:09 +0000 (Mon, 26 Apr 2010)
New Revision: 1276

Added:
   openldap/trunk/debian/patches/issue-6534-patch
Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/patches/series
Log:
 * Add fix for FTBFS on kfreebsd-*


Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2010-04-25 13:05:45 UTC (rev 1275)
+++ openldap/trunk/debian/changelog	2010-04-26 20:05:09 UTC (rev 1276)
@@ -1,9 +1,10 @@
 openldap (2.4.22-1) unstable; urgency=low
 
   * New upstream version
-  * Change to build dependency libdb4.8-dev instead of libdb4.7
+  * Change to build dependency libdb4.8-dev instead of libdb4.7-dev
+  * Fix a FTBFS on kfreebsd-* (Closes: #579221)
 
- -- Matthijs Mohlmann <matthijs at cacholong.nl>  Sun, 25 Apr 2010 14:51:01 +0200
+ -- Matthijs Mohlmann <matthijs at cacholong.nl>  Mon, 26 Apr 2010 22:03:32 +0200
 
 openldap (2.4.21-1) unstable; urgency=low
 

Added: openldap/trunk/debian/patches/issue-6534-patch
===================================================================
--- openldap/trunk/debian/patches/issue-6534-patch	                        (rev 0)
+++ openldap/trunk/debian/patches/issue-6534-patch	2010-04-26 20:05:09 UTC (rev 1276)
@@ -0,0 +1,13 @@
+Index: b/libraries/liblutil/detach.c
+===================================================================
+--- a/libraries/liblutil/detach.c
++++ b/libraries/liblutil/detach.c
+@@ -128,7 +128,7 @@
+ 
+ #ifdef HAVE_SETSID
+ 		(void) setsid();
+-#elif TIOCNOTTY
++#elif defined(TIOCNOTTY)
+ 		if ( (sd = open( "/dev/tty", O_RDWR )) != -1 ) {
+ 			(void) ioctl( sd, TIOCNOTTY, NULL );
+ 			(void) close( sd );

Modified: openldap/trunk/debian/patches/series
===================================================================
--- openldap/trunk/debian/patches/series	2010-04-25 13:05:45 UTC (rev 1275)
+++ openldap/trunk/debian/patches/series	2010-04-26 20:05:09 UTC (rev 1276)
@@ -12,3 +12,4 @@
 manpage-tlscyphersuite-additions
 smbk5pwd-makefile
 autogroup-makefile
+issue-6534-patch




More information about the Pkg-openldap-devel mailing list