mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/tor: add optional support for lzma
According to https://blog.torproject.org/tor-0317-now-released we also need host-pkgconf for lzma support. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
482d28d791
commit
0ccb665e15
@ -30,6 +30,13 @@ ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
|||||||
TOR_DEPENDENCIES += libcap
|
TOR_DEPENDENCIES += libcap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XZ),y)
|
||||||
|
TOR_CONF_OPTS += --enable-lzma
|
||||||
|
TOR_DEPENDENCIES += host-pkgconf xz
|
||||||
|
else
|
||||||
|
TOR_CONF_OPTS += --disable-lzma
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
|
ifeq ($(BR2_arm)$(BR2_armeb)$(BR2_i386)$(BR2_x86_64)$(BR2_PACKAGE_LIBSECCOMP),yy)
|
||||||
TOR_CONF_OPTS += --enable-seccomp
|
TOR_CONF_OPTS += --enable-seccomp
|
||||||
TOR_DEPENDENCIES += libseccomp
|
TOR_DEPENDENCIES += libseccomp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user