diff options
author | 2012-07-11 09:34:05 +0000 | |
---|---|---|
committer | 2012-07-11 09:34:05 +0000 | |
commit | acb1a4615649f97b6662ec0c570f740706bc3bb1 (patch) | |
tree | f516ffab720ffbefae33325a87ee45253e59b2e9 | |
parent | Now that socket timeouts don't return early, fix the regress to match (diff) | |
download | wireguard-openbsd-acb1a4615649f97b6662ec0c570f740706bc3bb1.tar.xz wireguard-openbsd-acb1a4615649f97b6662ec0c570f740706bc3bb1.zip |
thinko
-rw-r--r-- | usr.bin/libtool/LT/Program.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Program.pm b/usr.bin/libtool/LT/Program.pm index 9d1eca14cf0..a59f68fe509 100644 --- a/usr.bin/libtool/LT/Program.pm +++ b/usr.bin/libtool/LT/Program.pm @@ -1,4 +1,4 @@ -# $OpenBSD: Program.pm,v 1.13 2012/07/11 08:39:23 espie Exp $ +# $OpenBSD: Program.pm,v 1.14 2012/07/11 09:34:05 espie Exp $ # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -197,7 +197,6 @@ sub link if ($symbolsfile) { push(@linkeropts, '-retain-symbols-file', $symbolsfile); } - push(@linkeropts, @$RPdirs); @cmd = @$ltprog; push @cmd, '-o', $dst; push @cmd, @$args if ($args); |