* [Buildroot] [PATCH 1/1] package/tor: limit libseccomp support to archs supported by upstream
@ 2015-04-26 10:29 Bernd Kuhls
2015-04-26 12:29 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2015-04-26 10:29 UTC (permalink / raw)
To: buildroot
See this commit for a list of supported archs:
https://gitweb.torproject.org/tor.git/commit/src/common/sandbox.c?id=b0c1c700114aa8d4dfc180d85870c5bbe15fcacb
Fixes mips64el build error:
http://autobuild.buildroot.net/results/f97/f9792a0b013f6b79774ecc978d859f56bd941586/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/tor/tor.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/tor/tor.mk b/package/tor/tor.mk
index 138a5b2..2c671ba 100644
--- a/package/tor/tor.mk
+++ b/package/tor/tor.mk
@@ -25,7 +25,7 @@ TOR_CONF_OPTS += \
--enable-static-zlib
endif
-ifeq ($(BR2_PACKAGE_LIBSECCOMP),y)
+ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
TOR_CONF_OPTS += --enable-seccomp
TOR_DEPENDENCIES += libseccomp
else
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/tor: limit libseccomp support to archs supported by upstream
2015-04-26 10:29 [Buildroot] [PATCH 1/1] package/tor: limit libseccomp support to archs supported by upstream Bernd Kuhls
@ 2015-04-26 12:29 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-04-26 12:29 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 26 Apr 2015 12:29:46 +0200, Bernd Kuhls wrote:
> See this commit for a list of supported archs:
> https://gitweb.torproject.org/tor.git/commit/src/common/sandbox.c?id=b0c1c700114aa8d4dfc180d85870c5bbe15fcacb
>
> Fixes mips64el build error:
> http://autobuild.buildroot.net/results/f97/f9792a0b013f6b79774ecc978d859f56bd941586/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/tor/tor.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-26 12:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 10:29 [Buildroot] [PATCH 1/1] package/tor: limit libseccomp support to archs supported by upstream Bernd Kuhls
2015-04-26 12:29 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox