diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-31 11:42:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-31 11:42:22 +0000 |
commit | ab4bc8e81ebed5f18635f2c0e12ca22ee2792425 (patch) | |
tree | 6e3f16c1056b88dd7f0017acdccc130d89ad5b6e /net/openldap20/files/libtool.diff | |
parent | Add compressed and encrypted folders support. (diff) |
Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldap
(OpenLDAP 1.2.x).
Notes
Notes:
svn path=/head/; revision=34489
Diffstat (limited to 'net/openldap20/files/libtool.diff')
-rw-r--r-- | net/openldap20/files/libtool.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openldap20/files/libtool.diff b/net/openldap20/files/libtool.diff new file mode 100644 index 000000000000..0cf57bbee7ea --- /dev/null +++ b/net/openldap20/files/libtool.diff @@ -0,0 +1,19 @@ +--- libtool.orig Tue Oct 31 01:43:06 2000 ++++ libtool Tue Oct 31 01:44:42 2000 +@@ -448,6 +448,16 @@ + --mode) prevopt="--mode" prev=mode ;; + --mode=*) mode="$optarg" ;; + ++ --only-shared) ++ build_libtool_libs=yes ++ build_old_libs=no ++ ;; ++ ++ --only-static) ++ build_libtool_libs=no ++ build_old_libs=yes ++ ;; ++ + --quiet | --silent) + show=: + ;; |