diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-07-12 11:59:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-07-12 11:59:39 +0000 |
commit | b8c58e8ab264a43b52effc812127b403b83a5694 (patch) | |
tree | 63e6b6626f4da7fcaa5ce34d871d8413abb92b13 /usr.bin/libtool | |
parent | aa7af40f0b7af2b49c75975fbe5a6a9131682321 (diff) |
later
Diffstat (limited to 'usr.bin/libtool')
-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', |