diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:28:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-13 17:28:19 +0100 |
commit | fd6e91a86e8d3bff49f1e893ad243d8fc0e324a5 (patch) | |
tree | 883ab0bc8f0864c4b32ca358e5f6ca446d70db76 /package/gnutls/Makefile | |
parent | 1ee30e3c419824f45dc52d67516274548548b574 (diff) |
allow cross-compile under Darwin, fix ppp install targets
Diffstat (limited to 'package/gnutls/Makefile')
-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 7a289205e..e75ae7f9f 100644 --- a/package/gnutls/Makefile +++ b/package/gnutls/Makefile @@ -33,6 +33,7 @@ $(eval $(call PKG_template,LIBGNUTLS_OPENSSL,libgnutls-openssl,${PKG_VERSION}-${ CONFIGURE_ARGS+= --without-libopencdk-prefix \ --disable-camellia \ --with-libgcrypt-prefix=${STAGING_TARGET_DIR}/usr \ + --disable-rpath \ --without-libz-prefix post-install: |