summaryrefslogtreecommitdiff
path: root/libidmap
diff options
context:
space:
mode:
Diffstat (limited to 'libidmap')
-rwxr-xr-xlibidmap/debian/rules4
1 files changed, 4 insertions, 0 deletions
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