[Xenomai] [PATCH 2/3] debian: add mssing build dependency
Henning Schild
henning.schild at siemens.com
Tue Feb 13 13:38:20 CET 2018
Fixes the following error:
> configure.ac:93: error: possibly undefined macro: LT_SYS_SYMBOL_USCORE
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: /usr/bin/autoconf failed with exit status: 1
Signed-off-by: Henning Schild <henning.schild at siemens.com>
---
debian/control | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 425f00741..3427987e1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: xenomai
Section: devel
Priority: extra
Maintainer: Xenomai <xenomai at xenomai.org>
-Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool,
- pkg-config
+Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool, pkg-config, libltdl-dev
Standards-Version: 3.9.3
Homepage: http://www.xenomai.org/
--
2.13.6
More information about the Xenomai
mailing list