From: Henning Schild <henning.sch...@siemens.com>

This feature might not be widely used but those debian packages are
supposed to be generic. Having it default on brings more benefits than
drawbacks for generic packages.

Signed-off-by: Henning Schild <henning.sch...@siemens.com>
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 68e7a4e37..22c90586d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,8 @@ CONFIG_OPTS = --prefix=/usr \
             --with-testdir=/usr/lib/xenomai/testsuite \
             --enable-smp \
             --enable-lazy-setsched \
-            --enable-debug=symbols
+            --enable-debug=symbols \
+            --enable-dlopen-libs
 
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
        CONFIG_OPTS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-- 
2.24.1


Reply via email to