diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/krb5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/krb5/Makefile b/package/krb5/Makefile index 7ddc53ea1..3982ebfd9 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -53,6 +53,7 @@ CONFIGURE_ENV+= krb5_cv_attr_constructor_destructor=yes,yes \ ac_cv_printf_positional=yes \ ac_cv_file__etc_environment=no \ ac_cv_file__etc_TIMEZONE=no +TARGET_LDFLAGS+= -lintl post-extract: (cd ${WRKDIR}; tar xzf ${PKG_NAME}-${PKG_VERSION}.tar.gz) |