From 49734c81b6b33ff7eebf308fba683b01aafc8744 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 22 Jun 2012 13:38:15 +0000 Subject: [PATCH] How to build DB module with Heimdal Kerberos on Debian - disable postgresql, which conflicts with Heimdal. --- org.glite.lbjp-common.db/project/debian.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lbjp-common.db/project/debian.rules b/org.glite.lbjp-common.db/project/debian.rules index 4098151..ee7d29c 100644 --- a/org.glite.lbjp-common.db/project/debian.rules +++ b/org.glite.lbjp-common.db/project/debian.rules @@ -10,6 +10,7 @@ configure: configure-stamp configure-stamp: dh_testdir /usr/bin/perl ./configure --thrflavour= --nothrflavour= --root=/ --prefix=/usr --libdir=lib --project=emi --module lbjp-common.db + # heimdal: sed -i.orig -e 's/postgresql_prefix.*/postgresql_prefix = no/' Makefile.inc touch $@ build: build-arch build-indep -- 1.8.2.3