build: disable -Wl,--as-needed to try and fix the build
authorAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 11:22:59 +0000 (21:22 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Jun 2011 23:36:23 +0000 (09:36 +1000)
commit577034b3cd18c518140b91ade6b94487734ed92a
tree9b3e36f5f75aff1bdd3d113bfd02113891cbc78a
parent179a3530d7aace977c6847f165033d9c6b6adba8
build: disable -Wl,--as-needed to try and fix the build

The issue here is that the source3 components now built as part of the
top level build do not have their depenencies fully specified, and
this causes the build to fail for many of our users.

When we fix that, we can restore this flag, so we again find that kind
of bug, which will show up for our Gentoo users regardless.

Andrew Bartlett
wscript