package/libtirpc: add missing !BR2_STATIC_LIBS dependency
authorJames Hilliard <james.hilliard1@gmail.com>
Sun, 25 Jul 2021 21:34:22 +0000 (15:34 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 26 Jul 2021 21:44:39 +0000 (23:44 +0200)
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libtirpc/Config.in

index 1899edefbfd274441dd621c2b8f8bf090d07a9de..31f1636ef5fd27ce7e4a9d3da073991dbfacad54 100644 (file)
@@ -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