From ab4bc8e81ebed5f18635f2c0e12ca22ee2792425 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 31 Oct 2000 11:42:22 +0000 Subject: Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldap (OpenLDAP 1.2.x). --- net/openldap2/files/libtool.diff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/openldap2/files/libtool.diff (limited to 'net/openldap2/files/libtool.diff') diff --git a/net/openldap2/files/libtool.diff b/net/openldap2/files/libtool.diff new file mode 100644 index 000000000000..0cf57bbee7ea --- /dev/null +++ b/net/openldap2/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=: + ;; -- cgit v1.2.3