summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-01-20 18:33:13 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-01-20 18:45:24 +0100
commitadcc592f7d7217bf70912e0f6088d5ef1eefcfb9 (patch)
tree34f9dd28f3983e2db372331ca22a927015a75263
parentab1660ecc3fc0a54b56576864486d2418800a7f2 (diff)
downloadOSELAS.Toolchain-adcc592f7d7217bf70912e0f6088d5ef1eefcfb9.tar.gz
OSELAS.Toolchain-adcc592f7d7217bf70912e0f6088d5ef1eefcfb9.tar.xz
make_deb: make it work with dh_shlibdeps from wheezy
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xscripts/make_deb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh
index a744a83..2601b54 100755
--- a/scripts/make_deb.sh
+++ b/scripts/make_deb.sh
@@ -75,7 +75,8 @@ EOF
fakeroot dh_shlibdeps \
-P"${debian_tmp}/tmp" \
- -l"${sysroot}/lib:${sysroot}/usr/lib:${sysroot}/usr/lib/gconv:${other}/lib" \
+ -X/$(ptxd_get_ptxconf PTXCONF_GNU_TARGET)/lib/ \
+ -X/sysroot-$(ptxd_get_ptxconf PTXCONF_GNU_TARGET)/ \
-- \
-T"${debian_tmp}/substvars" &&