Files
meta-openembedded/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch
Hongxu Jia b12b09dc36 libtar: add recipe 1.2.20
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-24 18:58:54 +02:00

20 lines
401 B
Diff

---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 4623100..1c6b43d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@ AC_CONFIG_MACRO_DIR([autoconf])
AM_INIT_AUTOMAKE([dist-bzip2])
ENCAP_PKG([], [postinstall-encap])
+LT_INIT
dnl ### Load subdirectory modules. ##################################
PSG_MODULE([compat])
--
2.8.1