All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] debian: Enable dlopen-libs in userspace package
@ 2020-01-21 18:34 Henning Schild
  2020-01-22 17:21 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Henning Schild @ 2020-01-21 18:34 UTC (permalink / raw)
  To: xenomai

From: Henning Schild <henning.schild@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.schild@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] debian: Enable dlopen-libs in userspace package
  2020-01-21 18:34 [PATCH] debian: Enable dlopen-libs in userspace package Henning Schild
@ 2020-01-22 17:21 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2020-01-22 17:21 UTC (permalink / raw)
  To: Henning Schild, xenomai

On 21.01.20 19:34, Henning Schild via Xenomai wrote:
> From: Henning Schild <henning.schild@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.schild@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)
> 

Thanks, applied.

Jan

-- 
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-22 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 18:34 [PATCH] debian: Enable dlopen-libs in userspace package Henning Schild
2020-01-22 17:21 ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.