diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-14 19:17:09 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-14 19:17:09 +0000 |
commit | 2383b4142b40d680a83b7bc6eef4eef2ecffecb0 (patch) | |
tree | b64f637cabac42b5cf6038a553bc0d5a5d2e9dbf /eclass/x-modular.eclass | |
parent | Add RESTRICT=stricter, because FEATURES=stricter dies on installing anything ... (diff) | |
download | historical-2383b4142b40d680a83b7bc6eef4eef2ecffecb0.tar.gz historical-2383b4142b40d680a83b7bc6eef4eef2ecffecb0.tar.bz2 historical-2383b4142b40d680a83b7bc6eef4eef2ecffecb0.zip |
(#116698) Filter -Wl,-z,now LDFLAGS in the server and drivers.
Diffstat (limited to 'eclass/x-modular.eclass')
-rw-r--r-- | eclass/x-modular.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 4b44a077e52b..0d4818e33ef9 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.55 2006/04/21 07:01:00 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.56 2006/05/14 19:17:09 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -182,6 +182,9 @@ x-modular_specs_check() { eerror "$msg" die "$msg" fi + + # (#116698) breaks loading + filter-ldflags -Wl,-z,now fi } |