From 18590c85ce8d68b155828a4aa400105812aeb75d Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 16 Mar 2010 16:24:12 +0100 Subject: --disable-rpath, but add fake config.rpath file --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7f02e2c..cccd08c 100755 --- a/debian/rules +++ b/debian/rules @@ -26,11 +26,13 @@ endif config.status: configure dh_testdir + touch config.rpath ./configure $(confflags) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info \ --bindir=/usr/sbin \ + --disable-rpath \ --with-python # call this target to update config.sub and config.guess @@ -51,7 +53,7 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - dh_clean build-stamp + dh_clean build-stamp config.rpath install: build dh_testdir -- cgit v1.2.3