From 42156b5190f4fa150e1fab6777eb81e69d4db8c9 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 13 May 2017 13:54:49 +0300 Subject: Imported gcc-6 (6.3.0-17) --- debian/bin-wrapper.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/bin-wrapper.in (limited to 'debian/bin-wrapper.in') diff --git a/debian/bin-wrapper.in b/debian/bin-wrapper.in new file mode 100644 index 0000000..f8ca63b --- /dev/null +++ b/debian/bin-wrapper.in @@ -0,0 +1,11 @@ +#! /bin/sh + +# some build tools are linked with a new libstdc++ and fail to run +# when building libstdc++. + +if [ -n "$LD_LIBRARY_PATH" ]; then + ma=$(dpkg-architecture -qDEB_BUILD_MULTIARCH) + export LD_LIBRARY_PATH="/lib/$ma:/usr/lib/$ma:/lib:/usr/lib:$LD_LIBRARY_PATH" +fi + +exec /usr/bin/$(basename $0) "$@" -- cgit v1.2.3