diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:14:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 12:14:01 +0200 |
commit | 3128f7a0d2c0ea1475b19fc2f3855c6961c9ef58 (patch) | |
tree | f880c1709a091733d3af0dff9db172130becd213 /package/krb5 | |
parent | a35893cf279a651a2e180252b73ec7a21e825e3f (diff) |
fix linking
Diffstat (limited to 'package/krb5')
-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) |