[Pkg-openldap-devel] r1255 - openldap/trunk/debian

matthijs at alioth.debian.org matthijs at alioth.debian.org
Wed Apr 14 07:43:49 UTC 2010


Author: matthijs
Date: 2010-04-14 07:43:46 +0000 (Wed, 14 Apr 2010)
New Revision: 1255

Modified:
   openldap/trunk/debian/rules
Log:
 * Use DEB_BUILD_OPTIONS=nocheck instead of disabling this rule.


Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules	2010-04-14 06:05:26 UTC (rev 1254)
+++ openldap/trunk/debian/rules	2010-04-14 07:43:46 UTC (rev 1255)
@@ -103,7 +103,7 @@
 build-stamp: configure-stamp
 	$(MAKE) -C $(builddir) $(MAKEVARS)
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-#	RESOLV_MULTI=off $(MAKE) -C $(builddir) test
+	RESOLV_MULTI=off $(MAKE) -C $(builddir) test
 endif
 	touch $@
 




More information about the Pkg-openldap-devel mailing list