diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 16:24:12 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 16:24:12 +0100 |
commit | 18590c85ce8d68b155828a4aa400105812aeb75d (patch) | |
tree | 045851632e64e7bc68f2cfbaee6ffe7312ab6bb8 | |
parent | ed0c3a645a248a31dfad5fa98fdb3ab2da7fbf7f (diff) | |
download | lcd4linux-18590c85ce8d68b155828a4aa400105812aeb75d.tar.gz |
--disable-rpath, but add fake config.rpath file
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
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 |