diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 14:38:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-29 14:38:03 +0000 |
commit | 9c7bf6ce6cf1b8ea35624105d31d60ec618d9879 (patch) | |
tree | 3b91e2aa20b0aaa46755cfff82a36b9471aefe03 /security/gnutls-devel/files/patch-configure | |
parent | new port: sysutils/lineakd (diff) |
- Make security/opencdk and security/libtasn1 dependencies
optional, enabled by WITH_OPENCDK and WITH_LIBTASN1 knobs,
respectively. NOTE: several people reported that using
external libtasn1 breaks (at least some) GnuTLS functionality,
so using WITH_LIBTASN1 is NOT recommended for now.
- Remove patch-configure as it breaks proper shared library build
- Build include lzo library by default (noticed by KATO Tsuguru)
- Re-sort pkg-plist
PR: 57346
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
Diffstat (limited to 'security/gnutls-devel/files/patch-configure')
-rw-r--r-- | security/gnutls-devel/files/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/gnutls-devel/files/patch-configure b/security/gnutls-devel/files/patch-configure deleted file mode 100644 index 1cbe489bc732..000000000000 --- a/security/gnutls-devel/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Feb 27 21:25:22 2003 -+++ configure Thu Feb 27 21:25:36 2003 -@@ -12529,6 +12529,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |