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

matthijs at alioth.debian.org matthijs at alioth.debian.org
Mon Apr 11 20:11:52 UTC 2011


tags 621925 pending
thanks

Author: matthijs
Date: 2011-04-11 20:11:43 +0000 (Mon, 11 Apr 2011)
New Revision: 1363

Added:
   openldap/trunk/debian/patches/fix-build-top-mk
Modified:
   openldap/trunk/debian/changelog
   openldap/trunk/debian/patches/series
Log:
 * Fix build failure issue in build/top.mk (use @SHELL@ instead of hardcoded /bin/sh)


Modified: openldap/trunk/debian/changelog
===================================================================
--- openldap/trunk/debian/changelog	2011-04-11 06:20:31 UTC (rev 1362)
+++ openldap/trunk/debian/changelog	2011-04-11 20:11:43 UTC (rev 1363)
@@ -15,8 +15,10 @@
   * Update patch service-operational-before-detach (Closes: #616164, #598361)
   * Add ldif_* symbols to libldap-2.4-2
   * Add upstream patch for a locking issue in libldap_r
+  * Fix build failure, use @SHELL@ instead of hardcoded /bin/sh (build/top.mk)
+    (Closes: #621925)
 
- -- Matthijs Möhlmann <matthijs at cacholong.nl>  Mon, 11 Apr 2011 08:20:28 +0200
+ -- Matthijs Möhlmann <matthijs at cacholong.nl>  Mon, 11 Apr 2011 22:10:14 +0200
 
 openldap (2.4.23-7) unstable; urgency=low
 

Added: openldap/trunk/debian/patches/fix-build-top-mk
===================================================================
--- openldap/trunk/debian/patches/fix-build-top-mk	                        (rev 0)
+++ openldap/trunk/debian/patches/fix-build-top-mk	2011-04-11 20:11:43 UTC (rev 1363)
@@ -0,0 +1,11 @@
+--- a/build/top.mk
++++ b/build/top.mk
+@@ -20,7 +20,7 @@
+ RELEASEDATE= @OPENLDAP_RELEASE_DATE@
+ 
+ @SET_MAKE@
+-SHELL = /bin/sh
++SHELL = @SHELL@
+ 
+ top_builddir = @top_builddir@
+ 

Modified: openldap/trunk/debian/patches/series
===================================================================
--- openldap/trunk/debian/patches/series	2011-04-11 06:20:31 UTC (rev 1362)
+++ openldap/trunk/debian/patches/series	2011-04-11 20:11:43 UTC (rev 1363)
@@ -16,3 +16,4 @@
 add-tlscacert-option-to-ldap-conf
 fix-ftbfs-binutils-gold
 fix-its6898-locking-issue
+fix-build-top-mk




More information about the Pkg-openldap-devel mailing list