diff options
author | 2012-07-12 11:59:38 +0000 | |
---|---|---|
committer | 2012-07-12 11:59:38 +0000 | |
commit | 79b17b4202b07f1b0651b6d99868849a09e1bcb4 (patch) | |
tree | f681ec8c2decf53e923cfbb76645e5153a0617ad | |
parent | match gnu-libtool: error out if -L dir is used instead of -Ldir (diff) | |
download | wireguard-openbsd-79b17b4202b07f1b0651b6d99868849a09e1bcb4.tar.xz wireguard-openbsd-79b17b4202b07f1b0651b6d99868849a09e1bcb4.zip |
later
-rw-r--r-- | usr.bin/libtool/LT/Mode/Link.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/libtool/LT/Mode/Link.pm b/usr.bin/libtool/LT/Mode/Link.pm index c26e05c9fea..7c504400c1a 100644 --- a/usr.bin/libtool/LT/Mode/Link.pm +++ b/usr.bin/libtool/LT/Mode/Link.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Link.pm,v 1.13 2012/07/12 11:52:50 espie Exp $ +# $OpenBSD: Link.pm,v 1.14 2012/07/12 11:59:38 espie Exp $ # # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -147,7 +147,7 @@ sub run 'prefer-non-pic', 'release:', 'rpath:@', - 'L', sub { shortdie "libtool does not allow spaces in -L dir\n"}, + # 'L', sub { shortdie "libtool does not allow spaces in -L dir\n"}, 'R:@', 'shrext:', 'static', |