diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-02 01:54:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-02 01:54:48 +0200 |
commit | 7c570780d9839559683b70707d320c62719f3e7e (patch) | |
tree | 9e7065fcddfe8e30a0099400a49f8d596a622a5a /package/krb5 | |
parent | 644b7f27696de6fbbba53019f08ac534fd5ad37b (diff) |
use GNU nm from toolchain
Diffstat (limited to 'package/krb5')
-rw-r--r-- | package/krb5/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/krb5/Makefile b/package/krb5/Makefile index 7d3834990..bb4e809c1 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ENV+= krb5_cv_attr_constructor_destructor=yes,yes \ post-extract: (cd ${WRKDIR}; tar xzf ${PKG_NAME}-${PKG_VERSION}.tar.gz) +pre-build: + # fix nm call in script, we need the GNU version of nm + $(SED) "s#@@NM@@#${NM}#" ${WRKSRC}/util/export-check.pl + post-install: ${SUB_INSTALLS-m} ${SUB_INSTALLS-y} ${INSTALL_DIR} ${IDIR_KRB5_SERVER}/etc ${INSTALL_DIR} ${IDIR_KRB5_SERVER}/etc/krb5kdc |