diff options
author | 2019-01-03 21:50:26 +0000 | |
---|---|---|
committer | 2019-01-03 21:50:26 +0000 | |
commit | 6bbcafb678c1daa224082b80cbce637d5aaa4ed2 (patch) | |
tree | 8f05b0809c1aee28c096f820afe5c571165cc4d7 | |
parent | No support for vax any more, simplify setup. (diff) | |
download | wireguard-openbsd-6bbcafb678c1daa224082b80cbce637d5aaa4ed2.tar.xz wireguard-openbsd-6bbcafb678c1daa224082b80cbce637d5aaa4ed2.zip |
Drop two unused settings.
-rwxr-xr-x | usr.bin/libtool/libtool | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool index 7e6a5155eb1..fd0f6db3866 100755 --- a/usr.bin/libtool/libtool +++ b/usr.bin/libtool/libtool @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: libtool,v 1.43 2019/01/03 21:49:22 jca Exp $ +# $OpenBSD: libtool,v 1.44 2019/01/03 21:50:26 jca Exp $ # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -51,9 +51,7 @@ sub new machine_arch => $Config{ARCH}, ltdir => $ltdir, version => $version, - objdir => $ltdir, - build_libtool_libs => 'no', - build_old_libs => 'yes', + objdir => $ltdir, pic_flags => join(' ', @picflags), elf => 1, noshared => 0, |