summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJeremie Courreges-Anglas <jca@cvs.openbsd.org>2019-01-03 21:50:27 +0000
committerJeremie Courreges-Anglas <jca@cvs.openbsd.org>2019-01-03 21:50:27 +0000
commite8944bb89356dbfd29a3d47b7a73fe025c80f844 (patch)
treee50d608f57b769f3fc5c559e1b16adbdaaf9129c /usr.bin
parentab0c1b40c47253d962db2f4e74efc6b44eb0d78c (diff)
Drop two unused settings.
Diffstat (limited to 'usr.bin')
-rwxr-xr-xusr.bin/libtool/libtool6
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,