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/openldap23-server/files/libtool.diff | |
parent | ef24f19ee87c0a94a3074c3a5b31afca7249b65c (diff) |
Notes
Diffstat (limited to 'net/openldap23-server/files/libtool.diff')
-rw-r--r-- | net/openldap23-server/files/libtool.diff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/openldap23-server/files/libtool.diff b/net/openldap23-server/files/libtool.diff new file mode 100644 index 000000000000..0cf57bbee7ea --- /dev/null +++ b/net/openldap23-server/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=: + ;; |