mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v2] rules/syslogng.make: Use CROSS_LIB_DIR for module paths
@ 2021-09-03 18:34 Christian Melki
  2021-10-07 10:18 ` [ptxdist] [APPLIED] syslogng: " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-09-03 18:34 UTC (permalink / raw)
  To: ptxdist

Be more specific about where modules (.so files) end up and searched for.
Let them land in a CROSS_LIB_DIR path.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/syslogng.make | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rules/syslogng.make b/rules/syslogng.make
index d5ac92797..41bdec766 100644
--- a/rules/syslogng.make
+++ b/rules/syslogng.make
@@ -41,6 +41,8 @@ SYSLOGNG_ENV 	= \
 SYSLOGNG_AUTOCONF = \
 	$(CROSS_AUTOCONF_USR) \
 	--localstatedir=/var/run \
+	--with-module-dir=/usr/$(CROSS_LIB_DIR)/syslog-ng \
+	--with-module-path=/usr/$(CROSS_LIB_DIR)/syslog-ng \
 	--enable-forced-server-mode \
 	--disable-debug \
 	--enable-force-gnu99 \
@@ -99,7 +101,7 @@ $(STATEDIR)/syslogng.install:
 	@$(call targetinfo)
 	@$(call world/install, SYSLOGNG)
 #	# test plugins, not needed on the target
-	@rm -r "$(SYSLOGNG_PKGDIR)/usr/lib/syslog-ng/loggen"
+	@rm -r "$(SYSLOGNG_PKGDIR)/usr/$(CROSS_LIB_DIR)/syslog-ng/loggen"
 	@$(call touch)
 
 
@@ -122,7 +124,7 @@ $(STATEDIR)/syslogng.targetinstall:
 	@$(call install_lib, syslogng, 0, 0, 0644, libsyslog-ng-$(SYSLOG_LIBVERSION))
 	@$(call install_lib, syslogng, 0, 0, 0644, libevtlog-$(SYSLOG_LIBVERSION))
 	@$(call install_lib, syslogng, 0, 0, 0644, libsecret-storage)
-	@$(call install_glob, syslogng, 0, 0, -, /usr/lib/syslog-ng, *.so)
+	@$(call install_glob, syslogng, 0, 0, -, /usr/$(CROSS_LIB_DIR)/syslog-ng, *.so)
 
 #	# config
 ifdef PTXCONF_SYSLOGNG_CONFIG
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

* Re: [ptxdist] [APPLIED] syslogng: Use CROSS_LIB_DIR for module paths
  2021-09-03 18:34 [ptxdist] [PATCH v2] rules/syslogng.make: Use CROSS_LIB_DIR for module paths Christian Melki
@ 2021-10-07 10:18 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-10-07 10:18 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as b1f105188231b3b0938cf68f1247e6a07e24b4d9.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:38 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Be more specific about where modules (.so files) end up and searched for.
> Let them land in a CROSS_LIB_DIR path.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20210903183452.2754560-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/syslogng.make b/rules/syslogng.make
> index d5ac92797e5b..41bdec766dd1 100644
> --- a/rules/syslogng.make
> +++ b/rules/syslogng.make
> @@ -41,6 +41,8 @@ SYSLOGNG_ENV 	= \
>  SYSLOGNG_AUTOCONF = \
>  	$(CROSS_AUTOCONF_USR) \
>  	--localstatedir=/var/run \
> +	--with-module-dir=/usr/$(CROSS_LIB_DIR)/syslog-ng \
> +	--with-module-path=/usr/$(CROSS_LIB_DIR)/syslog-ng \
>  	--enable-forced-server-mode \
>  	--disable-debug \
>  	--enable-force-gnu99 \
> @@ -99,7 +101,7 @@ $(STATEDIR)/syslogng.install:
>  	@$(call targetinfo)
>  	@$(call world/install, SYSLOGNG)
>  #	# test plugins, not needed on the target
> -	@rm -r "$(SYSLOGNG_PKGDIR)/usr/lib/syslog-ng/loggen"
> +	@rm -r "$(SYSLOGNG_PKGDIR)/usr/$(CROSS_LIB_DIR)/syslog-ng/loggen"
>  	@$(call touch)
>  
>  
> @@ -122,7 +124,7 @@ $(STATEDIR)/syslogng.targetinstall:
>  	@$(call install_lib, syslogng, 0, 0, 0644, libsyslog-ng-$(SYSLOG_LIBVERSION))
>  	@$(call install_lib, syslogng, 0, 0, 0644, libevtlog-$(SYSLOG_LIBVERSION))
>  	@$(call install_lib, syslogng, 0, 0, 0644, libsecret-storage)
> -	@$(call install_glob, syslogng, 0, 0, -, /usr/lib/syslog-ng, *.so)
> +	@$(call install_glob, syslogng, 0, 0, -, /usr/$(CROSS_LIB_DIR)/syslog-ng, *.so)
>  
>  #	# config
>  ifdef PTXCONF_SYSLOGNG_CONFIG

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-10-07 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 18:34 [ptxdist] [PATCH v2] rules/syslogng.make: Use CROSS_LIB_DIR for module paths Christian Melki
2021-10-07 10:18 ` [ptxdist] [APPLIED] syslogng: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox