package/libtirpc: add missing !BR2_STATIC_LIBS dependency
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b436b82411
commit
732c993c90
@ -10,6 +10,7 @@ config BR2_PACKAGE_LIBTIRPC
|
|||||||
config BR2_PACKAGE_LIBTIRPC_GSS
|
config BR2_PACKAGE_LIBTIRPC_GSS
|
||||||
bool "gss"
|
bool "gss"
|
||||||
depends on BR2_USE_MMU # libkrb5
|
depends on BR2_USE_MMU # libkrb5
|
||||||
|
depends on !BR2_STATIC_LIBS # libkrb5
|
||||||
depends on BR2_PACKAGE_LIBTIRPC
|
depends on BR2_PACKAGE_LIBTIRPC
|
||||||
select BR2_PACKAGE_LIBKRB5
|
select BR2_PACKAGE_LIBKRB5
|
||||||
help
|
help
|
||||||
@ -17,3 +18,8 @@ config BR2_PACKAGE_LIBTIRPC_GSS
|
|||||||
|
|
||||||
comment "libtirpc needs a toolchain w/ threads"
|
comment "libtirpc needs a toolchain w/ threads"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
|
comment "libtirpc gss support needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on BR2_STATIC_LIBS
|
||||||
|
depends on BR2_PACKAGE_LIBTIRPC
|
||||||
|
Loading…
Reference in New Issue
Block a user