From 5c11572f61bd90d621ad00422b396aec023b811e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Fri, 24 Dec 2010 19:23:42 -0800 Subject: [PATCH] Drop --enable-reduced-depends for right now * Drop --enable-reduced-depends for right now. aklog doesn't deal with it correctly. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 672bdf6c0..837e580b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ openafs (1.6.0~pre1-1) UNRELEASED; urgency=low * Add $named to Should-Start in the openafs-client init script since the client may do DNS lookups for the VLDB and file servers during startup in some situations. (Closes: #586226) + * Drop --enable-reduced-depends for right now. aklog doesn't deal with + it correctly. -- Russ Allbery Tue, 02 Nov 2010 10:15:15 -0700 diff --git a/debian/rules b/debian/rules index 9b8587688..062968398 100755 --- a/debian/rules +++ b/debian/rules @@ -97,7 +97,7 @@ override_dh_auto_configure: --localstatedir=/var/lib --enable-supergroups \ --enable-fuse-client --enable-debug --enable-debug-lwp \ --with-xslt-processor=xsltproc --with-html-xsl=$(HTML_XSL) \ - --enable-reduced-depends $(DEBIAN_OPT_FLAGS) $(SYSTEM) + $(DEBIAN_OPT_FLAGS) $(SYSTEM) # Also build a libafs_tree and build the XML documentation. override_dh_auto_build: -- 2.39.5