summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-21 23:55:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-21 23:55:33 +0000
commit1856f46ed882e136bc8b01602cd65edb77f1bf50 (patch)
treeac305d1d6ce6036ad5f240f72939133d4f5d4c79 /sys-libs/zlib/zlib-1.2.3.ebuild
parentVersion bump. (diff)
downloadgentoo-2-1856f46ed882e136bc8b01602cd65edb77f1bf50.tar.gz
gentoo-2-1856f46ed882e136bc8b01602cd65edb77f1bf50.tar.bz2
gentoo-2-1856f46ed882e136bc8b01602cd65edb77f1bf50.zip
Generate DT_SONAME in the shared lib on BSD hosts #123571 by Diego Pettenò.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sys-libs/zlib/zlib-1.2.3.ebuild')
-rw-r--r--sys-libs/zlib/zlib-1.2.3.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/zlib/zlib-1.2.3.ebuild b/sys-libs/zlib/zlib-1.2.3.ebuild
index 18392fef37ac..68c5ec394dac 100644
--- a/sys-libs/zlib/zlib-1.2.3.ebuild
+++ b/sys-libs/zlib/zlib-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.7 2005/11/26 01:03:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.3.ebuild,v 1.8 2006/02/21 23:55:33 vapier Exp $
inherit eutils flag-o-matic
@@ -30,6 +30,8 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-1.2.1-configure.patch
# fix shared library test on -fPIC dependant archs
epatch "${FILESDIR}"/${PN}-1.2.1-fPIC.patch
+ # generate DT_SONAME on BSD hosts #123571
+ epatch "${FILESDIR}"/${PN}-1.2.3-bsd-soname.patch
}
src_compile() {