diff options
author | 2016-11-03 10:23:01 +0000 | |
---|---|---|
committer | 2016-11-03 10:23:01 +0000 | |
commit | dbb12b0c42c9e5f6a979ba70a68e0ae048c288cd (patch) | |
tree | 7bbf3f7aced4539c1c6569faac407c83c1aec8fe | |
parent | Only set an error from libssl related code, if an error has not already (diff) | |
download | wireguard-openbsd-dbb12b0c42c9e5f6a979ba70a68e0ae048c288cd.tar.xz wireguard-openbsd-dbb12b0c42c9e5f6a979ba70a68e0ae048c288cd.zip |
Also ignore --no-undefined (we already ignore -no-undefined) which is
starting to show up more and more.
ok jasper@
-rw-r--r-- | usr.bin/libtool/LT/Mode/Link.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/libtool/LT/Mode/Link.pm b/usr.bin/libtool/LT/Mode/Link.pm index 1a21434688d..f4696954c45 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.32 2016/08/02 16:09:55 jca Exp $ +# $OpenBSD: Link.pm,v 1.33 2016/11/03 10:23:01 ajacoutot Exp $ # # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -138,6 +138,7 @@ sub run 'no-fast-install', 'no-install', 'no-undefined', + '-no-undefined', 'o:!@', 'objectlist:', 'precious-files-regex:', |