|
@@ -37,6 +37,11 @@ LIBKRB5_CONF_OPTS = \
|
|
|
--without-tcl \
|
|
|
--disable-rpath
|
|
|
|
|
|
+# Enabling static and shared at the same time is not supported
|
|
|
+ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
|
|
+LIBKRB5_CONF_OPTS += --disable-static
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
|
|
LIBKRB5_CONF_OPTS += --with-ldap
|
|
|
LIBKRB5_DEPENDENCIES += openldap
|