diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 22:15:26 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-08 22:15:26 +0200 |
| commit | 7f6d8cbed9b750aaae116f1d444d1f77469957e2 (patch) | |
| tree | 452e24e87222b419ef766a2641ed89acb8c4562a /package | |
| parent | 3c7d86149b8a3cd7c8fa3d8f71fc6ba4f73ea92d (diff) | |
fix cross-compile on Darwin
Diffstat (limited to 'package')
| -rw-r--r-- | package/gnutls/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gnutls/Makefile b/package/gnutls/Makefile index c4c5e0cb1..40e93d15e 100644 --- a/package/gnutls/Makefile +++ b/package/gnutls/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --without-libopencdk-prefix \ --without-libz-prefix \ --without-p11-kit \ --without-nettle-prefix +CONFIGURE_ENV+= ac_cv_prog_AR='$(TARGET_CROSS)ar' post-install: ${INSTALL_DIR} ${IDIR_LIBGNUTLS}/usr/lib |
