From: James Hilliard Date: Sun, 25 Jul 2021 21:34:22 +0000 (-0600) Subject: package/libtirpc: add missing !BR2_STATIC_LIBS dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=732c993c9031d95ddb16637d48782ff3c80074c3;p=buildroot.git package/libtirpc: add missing !BR2_STATIC_LIBS dependency Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- diff --git a/package/libtirpc/Config.in b/package/libtirpc/Config.in index 1899edefbf..31f1636ef5 100644 --- a/package/libtirpc/Config.in +++ b/package/libtirpc/Config.in @@ -10,6 +10,7 @@ config BR2_PACKAGE_LIBTIRPC config BR2_PACKAGE_LIBTIRPC_GSS bool "gss" depends on BR2_USE_MMU # libkrb5 + depends on !BR2_STATIC_LIBS # libkrb5 depends on BR2_PACKAGE_LIBTIRPC select BR2_PACKAGE_LIBKRB5 help @@ -17,3 +18,8 @@ config BR2_PACKAGE_LIBTIRPC_GSS comment "libtirpc needs a toolchain w/ 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