aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-11-30 16:06:30 -0800
committerRoland Dreier <rolandd@cisco.com>2007-11-30 16:06:30 -0800
commit922cfee3cd4bcaf90d2b68893985d9f94b3de0a2 (patch)
tree1c2ea307fa810692767abfdb5552df876aa1f888
parenta634a7d736d9dc1e91b9851cabddbf82a6e8a6ea (diff)
downloadlibmlx4-922cfee3cd4bcaf90d2b68893985d9f94b3de0a2.tar.gz
Use DEB_AUTO_UPDATE_LIBTOOL to avoid setting RPATH
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index cc4b1ef..3e70bc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
# -*- mode: makefile; coding: utf-8 -*-
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_AUTO_UPDATE_LIBTOOL := post
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk