summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-09-21 11:08:27 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-09-21 11:08:27 +0000
commit6cbe353d29e99803414f2076eaf2c08629627457 (patch)
tree4288bc55c43158db951cd00358169a2798521ca9 /net-libs/gnutls/gnutls-1.4.4-r1.ebuild
parentStable on x86, security bug #148228. (diff)
downloadgentoo-2-6cbe353d29e99803414f2076eaf2c08629627457.tar.gz
gentoo-2-6cbe353d29e99803414f2076eaf2c08629627457.tar.bz2
gentoo-2-6cbe353d29e99803414f2076eaf2c08629627457.zip
added postinst message explaining the need for a rebuild
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'net-libs/gnutls/gnutls-1.4.4-r1.ebuild')
-rw-r--r--net-libs/gnutls/gnutls-1.4.4-r1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-libs/gnutls/gnutls-1.4.4-r1.ebuild b/net-libs/gnutls/gnutls-1.4.4-r1.ebuild
index 0bcb8690b371..7efba422f893 100644
--- a/net-libs/gnutls/gnutls-1.4.4-r1.ebuild
+++ b/net-libs/gnutls/gnutls-1.4.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.4.4-r1.ebuild,v 1.3 2006/09/21 10:30:25 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.4.4-r1.ebuild,v 1.4 2006/09/21 11:08:27 dragonheart Exp $
inherit eutils autotools
@@ -60,3 +60,11 @@ src_install() {
dodoc doc/examples/*.c
fi
}
+
+pkg_postinst() {
+ if [[ -e "${ROOT}"/usr/$(get_libdir)/libgnutls.so.12 ]] ; then
+ ewarn "You must re-compile all packages that are linked against"
+ ewarn "Gnutls-1.2.11 by using revdep-rebuild from gentoolkit:"
+ ewarn "# revdep-rebuild --library libgnutls.so.12"
+ fi
+}