|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /home/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.5 2004/03/02 16:55:29 iggy Exp $ | # $Header: /home/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.3.3-r2.ebuild,v 1.5 2004/03/02 16:55:29 iggy Exp $ |
| |
IUSE="nls build" |
IUSE="nls build static" |
| |
inherit eutils | inherit eutils |
| |
|
|
# cause a segmentation fault in some very rare cases on alpha. | # cause a segmentation fault in some very rare cases on alpha. |
[ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe" | [ ${ARCH} = "alpha" ] && CFLAGS="-O -pipe" |
| |
|
use static && append-flags "-static" |
|
|
./configure --host=${CHOST} \ | ./configure --host=${CHOST} \ |
--prefix=/usr \ | --prefix=/usr \ |
--exec-prefix=/ \ | --exec-prefix=/ \ |