From 89861ddb9df1d1ab5f0cc407f259e4561cb000aa Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Mon, 9 Jul 2012 23:13:30 +0000 Subject: --config had better match more stupid shit. should fix devel/avr --- usr.bin/libtool/libtool | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.bin/libtool') diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool index 07ebcbb444a..423a54832bf 100755 --- a/usr.bin/libtool/libtool +++ b/usr.bin/libtool/libtool @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $OpenBSD: libtool,v 1.32 2012/07/09 21:52:03 espie Exp $ +# $OpenBSD: libtool,v 1.33 2012/07/09 23:13:29 espie Exp $ # Copyright (c) 2007-2010 Steven Mestdagh # Copyright (c) 2012 Marc Espie @@ -50,6 +50,7 @@ sub new machine_arch => $Config{ARCH}, ltdir => $ltdir, version => $version, + objdir => $ltdir, pic_flags => join(' ', @picflags), }; ($self->{gnu_arch} = $self->{machine_arch}) =~ s/amd64/x86_64/; @@ -67,7 +68,7 @@ sub dump { my $self = shift; while (my ($key, $value) = each(%$self)) { - print "$key = $value\n"; + print "$key=$value\n"; } } -- cgit v1.2.3