diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 16:24:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-22 16:31:12 (EDT) |
commit | ee3be7a6ec399ac5df0e699b11c547fceef0b29f (patch) | |
tree | 81405de6040338c98dd5c4a6d961c054558af6d5 /Makefile.am | |
parent | 9df6322a81a23f9b105633118acd20edaac39bd4 (diff) |
configure.ac, Makefile.am: Find ldconfig
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 83a33fc..9ad8673 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,6 +70,7 @@ do_subst = sed \ -e 's|[@]SH[@]|$(SH)|g' \ -e 's|[@]READELF[@]|$(READELF)|g' \ -e 's|[@]OPKG[@]|$(OPKG)|g' \ + -e 's|[@]LDCONFIG[@]|$(LDCONFIG)|g' \ -e 's|[@]multiarch_libdir[@]|$(multiarch_libdir)|g' \ -e 's|[@]library_path[@]|$(library_path)|g' \ -e 's|[@]bindir[@]|$(bindir)|g' \ |