[Pkg-openldap-devel] r840 - in openldap/trunk-2.3/debian: . patches
Steve Langasek
vorlon at alioth.debian.org
Tue Jul 10 06:48:07 UTC 2007
Author: vorlon
Date: 2007-07-10 06:48:06 +0000 (Tue, 10 Jul 2007)
New Revision: 840
Removed:
openldap/trunk-2.3/debian/patches/use-lpthread
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/patches/series
Log:
Drop debian/patches/use-lpthread, which is no longer needed on mips*
because gcc has been fixed.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2007-06-12 03:58:49 UTC (rev 839)
+++ openldap/trunk-2.3/debian/changelog 2007-07-10 06:48:06 UTC (rev 840)
@@ -1,3 +1,10 @@
+openldap2.3 (2.3.35-3) UNRELEASED; urgency=low
+
+ * Drop debian/patches/use-lpthread, which is no longer needed on mips*
+ because gcc has been fixed.
+
+ -- Steve Langasek <vorlon at debian.org> Mon, 09 Jul 2007 23:44:46 -0700
+
openldap2.3 (2.3.35-2) unstable; urgency=low
* Enable LAN Manager password support in slapd. (Closes: #245341)
Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series 2007-06-12 03:58:49 UTC (rev 839)
+++ openldap/trunk-2.3/debian/patches/series 2007-07-10 06:48:06 UTC (rev 840)
@@ -1,5 +1,4 @@
man-slapd -p0
-use-lpthread
slurpd-in-spool
ntlm-ldap_h-hack -p0
ntlm_c
Deleted: openldap/trunk-2.3/debian/patches/use-lpthread
===================================================================
--- openldap/trunk-2.3/debian/patches/use-lpthread 2007-06-12 03:58:49 UTC (rev 839)
+++ openldap/trunk-2.3/debian/patches/use-lpthread 2007-07-10 06:48:06 UTC (rev 840)
@@ -1,17 +0,0 @@
-Try -lpthread before -pthread because at least as of 24 Apr 2005 mipsel
-didn't like -pthread.
-
-ITS#4981
-
-Index: openldap2.3/configure.in
-===================================================================
---- openldap2.3.orig/configure.in 2007-05-23 15:05:12.000000000 -0700
-+++ openldap2.3/configure.in 2007-05-23 15:09:38.000000000 -0700
-@@ -1489,6 +1489,7 @@ case $ol_with_threads in auto | yes | po
-
- dnl OL_PTHREAD_TRY([-mt], [ol_cv_pthread_mt])
- OL_PTHREAD_TRY([-kthread], [ol_cv_pthread_kthread])
-+ OL_PTHREAD_TRY([-lpthread], [ol_cv_pthread_lpthread])
- OL_PTHREAD_TRY([-pthread], [ol_cv_pthread_pthread])
- OL_PTHREAD_TRY([-pthreads], [ol_cv_pthread_pthreads])
- OL_PTHREAD_TRY([-mthreads], [ol_cv_pthread_mthreads])
More information about the Pkg-openldap-devel
mailing list