summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-03-20 23:00:12 +0000
committerNed Ludd <solar@gentoo.org>2005-03-20 23:00:12 +0000
commitbb86227cf50cc1907d1ccc554d5f687ce0e17777 (patch)
tree2dc55e86dcec6a8917bf47853f3ac27390c7e91f /sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild
parentNew version (diff)
downloadhistorical-bb86227cf50cc1907d1ccc554d5f687ce0e17777.tar.gz
historical-bb86227cf50cc1907d1ccc554d5f687ce0e17777.tar.bz2
historical-bb86227cf50cc1907d1ccc554d5f687ce0e17777.zip
- Our zlib.so is in /lib vs /usr/lib so it should be safe for us to link with just -lz - By not linking with -Wl,-Bstatic -lz -Wl,-Bsynamic we save a few on the final linked elf executable binary sizes. This also fixes text relocations that were showing up in this package.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild')
-rw-r--r--sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild b/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild
index c94ebb8feb45..a029c4b272c8 100644
--- a/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild
+++ b/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild
@@ -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/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild,v 1.13 2005/01/12 14:31:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/module-init-tools-3.0-r2.ebuild,v 1.14 2005/03/20 23:00:12 solar Exp $
# This ebuild includes backwards compatability for stable 2.4 kernels
@@ -66,7 +66,6 @@ src_unpack() {
}
src_compile() {
- filter-flags -fPIC
# if ! use no-old-linux ; then
einfo "Building modutils..."