From 52c793a50dc312579e98a3dcfa7dfc34c6754118 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 25 Nov 2019 18:07:19 +0300 Subject: libidmap: add /lib to path --- libidmap/debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libidmap/debian/rules b/libidmap/debian/rules index 6962d0f..032d22f 100755 --- a/libidmap/debian/rules +++ b/libidmap/debian/rules @@ -21,6 +21,10 @@ unpack-stamp: # Not used and buggy: echo > usr/src/Makefile.msg.targ + + # Since gcc-9 /lib is not included in search path: + echo 'export LDLIBS32="$$LDLIBS32 -L$$DEB_LIBDIR_32"' >> usr/env.sh + echo 'export LDLIBS64="$$LDLIBS64 -L$$DEB_LIBDIR_64"' >> usr/env.sh touch $@ patch: patch-stamp -- cgit v1.2.3