|
@@ -11,7 +11,7 @@ LIBKRB5_SOURCE = krb5-$(LIBKRB5_VERSION).tar.gz
|
|
LIBKRB5_SUBDIR = src
|
|
LIBKRB5_SUBDIR = src
|
|
LIBKRB5_LICENSE = MIT
|
|
LIBKRB5_LICENSE = MIT
|
|
LIBKRB5_LICENSE_FILES = NOTICE
|
|
LIBKRB5_LICENSE_FILES = NOTICE
|
|
-LIBKRB5_DEPENDENCIES = host-bison
|
|
|
|
|
|
+LIBKRB5_DEPENDENCIES = host-bison $(TARGET_NLS_DEPENDENCIES)
|
|
LIBKRB5_INSTALL_STAGING = YES
|
|
LIBKRB5_INSTALL_STAGING = YES
|
|
|
|
|
|
# The configure script uses AC_TRY_RUN tests to check for those values,
|
|
# The configure script uses AC_TRY_RUN tests to check for those values,
|
|
@@ -20,7 +20,8 @@ LIBKRB5_INSTALL_STAGING = YES
|
|
LIBKRB5_CONF_ENV = \
|
|
LIBKRB5_CONF_ENV = \
|
|
ac_cv_printf_positional=yes \
|
|
ac_cv_printf_positional=yes \
|
|
ac_cv_func_regcomp=yes \
|
|
ac_cv_func_regcomp=yes \
|
|
- krb5_cv_attr_constructor_destructor=yes,yes
|
|
|
|
|
|
+ krb5_cv_attr_constructor_destructor=yes,yes \
|
|
|
|
+ LIBS=$(TARGET_NLS_LIBS)
|
|
|
|
|
|
# Never use the host packages
|
|
# Never use the host packages
|
|
LIBKRB5_CONF_OPTS = \
|
|
LIBKRB5_CONF_OPTS = \
|