From: František Dvořák Date: Fri, 22 Jun 2012 13:38:15 +0000 (+0000) Subject: How to build DB module with Heimdal Kerberos on Debian - disable postgresql, which... X-Git-Tag: glite-lb-logger_R_2_4_2_1~6 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=49734c81b6b33ff7eebf308fba683b01aafc8744;p=jra1mw.git How to build DB module with Heimdal Kerberos on Debian - disable postgresql, which conflicts with Heimdal. --- 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