diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 18:07:19 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-25 18:07:19 +0300 |
commit | 52c793a50dc312579e98a3dcfa7dfc34c6754118 (patch) | |
tree | 91d49d299163ed0b5505f39d094a172e21085d13 | |
parent | ed185a43453ecfd36ced6d0eaf9082cd4daab162 (diff) | |
download | illumos-packaging-52c793a50dc312579e98a3dcfa7dfc34c6754118.tar.gz |
libidmap: add /lib to path
-rwxr-xr-x | libidmap/debian/rules | 4 |
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 |