Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling
@ 2018-04-17 18:22 Romain Naour
  2018-04-18  9:50 ` Thomas Petazzoni
  2018-05-01  6:53 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2018-04-17 18:22 UTC (permalink / raw)
  To: buildroot

set x-includes and x-libraries configure option for cross-compiling.
wmctrl can use poisoned paths if these options are not passed to
configure script.

Fixes:
http://autobuild.buildroot.net/results/7e5/7e5cba8a5650a00e10d1a5528f38cb2bf772aee1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: J?r?me Pouiller <jezz@sysmic.org>
---
 package/wmctrl/wmctrl.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/wmctrl/wmctrl.mk b/package/wmctrl/wmctrl.mk
index 0d4aeebc1d..36ad3513ff 100644
--- a/package/wmctrl/wmctrl.mk
+++ b/package/wmctrl/wmctrl.mk
@@ -11,4 +11,8 @@ WMCTRL_LICENSE_FILES = COPYING
 
 WMCTRL_DEPENDENCIES = libglib2 xlib_libX11 xlib_libXmu
 
+WMCTRL_CONF_OPTS = \
+	--x-includes=$(STAGING_DIR)/usr/include \
+	--x-libraries=$(STAGING_DIR)/usr/lib
+
 $(eval $(autotools-package))
-- 
2.14.3

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

* [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling
  2018-04-17 18:22 [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling Romain Naour
@ 2018-04-18  9:50 ` Thomas Petazzoni
  2018-05-01  6:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-18  9:50 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 17 Apr 2018 20:22:08 +0200, Romain Naour wrote:
> set x-includes and x-libraries configure option for cross-compiling.
> wmctrl can use poisoned paths if these options are not passed to
> configure script.
> 
> Fixes:
> http://autobuild.buildroot.net/results/7e5/7e5cba8a5650a00e10d1a5528f38cb2bf772aee1
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: J?r?me Pouiller <jezz@sysmic.org>
> ---
>  package/wmctrl/wmctrl.mk | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling
  2018-04-17 18:22 [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling Romain Naour
  2018-04-18  9:50 ` Thomas Petazzoni
@ 2018-05-01  6:53 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-05-01  6:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > set x-includes and x-libraries configure option for cross-compiling.
 > wmctrl can use poisoned paths if these options are not passed to
 > configure script.

 > Fixes:
 > http://autobuild.buildroot.net/results/7e5/7e5cba8a5650a00e10d1a5528f38cb2bf772aee1

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: J?r?me Pouiller <jezz@sysmic.org>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-05-01  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 18:22 [Buildroot] [PATCH] package/wmctrl: x-includes and x-libraries must be set for cross-compiling Romain Naour
2018-04-18  9:50 ` Thomas Petazzoni
2018-05-01  6:53 ` Peter Korsgaard

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