[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#402426: patch



tags 402426 + patch
thanks

Hi,

The configure.in file is written slightly strange, so it doesn't
autodetect whether kerberos is available unless you explicitly enable
it.

Thus, you need to apply the following to close this bug:

===========
--- debian/rules.orig	2007-08-01 18:10:42.000000000 +0200
+++ debian/rules	2007-08-01 18:10:56.000000000 +0200
@@ -28,7 +28,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-cache --enable-browser-dnd --disable-update-mimedb
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-cache --enable-browser-dnd --disable-update-mimedb --with-kerberos-prefix=/usr
 
 
 build: patch-stamp build-stamp
===========

Thanks,

-- 
<Lo-lan-do> Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22



Reply to: