# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Authors: # , # inherit eutils ECLASS=etdyn INHERITED="$INHERITED $ECLASS" DESCRIPTION="Based on the ${ECLASS} eclass" repair-flags() { if [ "`has_version sys-devel/hardened-gcc`" ]; then if [ "`use static`" ]; then filter-flags -fPIC append-flags -yet_exec strip-flags -yet_dyn fi fi }