[26147] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25419 - trunk/athena/bin/quota/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Oct 20 16:00:18 2011

Date: Thu, 20 Oct 2011 16:00:16 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201110202000.p9KK0GVM023236@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-10-20 16:00:16 -0400 (Thu, 20 Oct 2011)
New Revision: 25419

Modified:
   trunk/athena/bin/quota/debian/changelog
   trunk/athena/bin/quota/debian/rules
Log:
In quota:
  * Don't use /usr/lib/afs/libcom_err.a if it doesn't exist


Modified: trunk/athena/bin/quota/debian/changelog
===================================================================
--- trunk/athena/bin/quota/debian/changelog	2011-10-17 03:11:38 UTC (rev 25418)
+++ trunk/athena/bin/quota/debian/changelog	2011-10-20 20:00:16 UTC (rev 25419)
@@ -1,3 +1,9 @@
+debathena-quota (10.0.1-0debathena2) unstable; urgency=low
+
+  * Don't use /usr/lib/afs/libcom_err.a if it doesn't exist
+
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 20 Oct 2011 15:58:43 -0400
+
 debathena-quota (10.0.1-0debathena1) unstable; urgency=low
 
   * Add a configure-time option to tear the NFS (and therefore the krb4)

Modified: trunk/athena/bin/quota/debian/rules
===================================================================
--- trunk/athena/bin/quota/debian/rules	2011-10-17 03:11:38 UTC (rev 25418)
+++ trunk/athena/bin/quota/debian/rules	2011-10-20 20:00:16 UTC (rev 25419)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr --disable-nfs --with-hesiod --with-zephyr LIBS=/usr/lib/afs/libcom_err.a
+DEB_CONFIGURE_EXTRA_FLAGS += --with-afs=/usr --disable-nfs --with-hesiod --with-zephyr $(if $(wildcard /usr/lib/afs/libcom_err.a),LIBS=/usr/lib/afs/libcom_err.a)
 CPPFLAGS += -D_LINUX_QUOTA_VERSION=1
 
 common-install-impl::


home help back first fref pref prev next nref lref last post