aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-03-16 16:24:12 +0100
committerReinhard Tartler <siretart@tauware.de>2010-03-16 16:24:12 +0100
commit18590c85ce8d68b155828a4aa400105812aeb75d (patch)
tree045851632e64e7bc68f2cfbaee6ffe7312ab6bb8
parented0c3a645a248a31dfad5fa98fdb3ab2da7fbf7f (diff)
downloadlcd4linux-18590c85ce8d68b155828a4aa400105812aeb75d.tar.gz
--disable-rpath, but add fake config.rpath file
-rwxr-xr-xdebian/rules4
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