diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-06-26 16:39:30 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-06-26 16:39:30 +0000 |
commit | 55f449d85424be263612cd203697ba9cf80e4900 (patch) | |
tree | 29eb48b0f08d5c5aebfa1f32ce9aad1b3ca96a03 /gnome-base/libghttp | |
parent | fixed startkde with --login (diff) | |
download | gentoo-2-55f449d85424be263612cd203697ba9cf80e4900.tar.gz gentoo-2-55f449d85424be263612cd203697ba9cf80e4900.tar.bz2 gentoo-2-55f449d85424be263612cd203697ba9cf80e4900.zip |
Non gnome stuff depends on this lib so people who don't have gnome
installed don't have the gnome-env package installed. Ergo thier
/etc/ld.so.conf doesn't have /opt/gnome/lib in it. So a package like
enlightenment which depends on libghttp correctly installs the lib, can't
find it when run because the linker cache is never updated.
Probably this library need to be moved out of gnome-base and be
reconfigured to install to /usr/lib since it's not _JUST_ gnome specific.
When I do that, I'll also need to update all the DEPENDS and RDEPEPENDS in
the tree as well. I'll do this this weekend in my copious spare time :-)
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnome-base/libghttp/libghttp-1.0.9.ebuild b/gnome-base/libghttp/libghttp-1.0.9.ebuild index bfde09e6fac0..5a1bf50a4c49 100644 --- a/gnome-base/libghttp/libghttp-1.0.9.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9.ebuild,v 1.5 2001/06/26 16:39:30 lamer Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,8 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A} HOMEPAGE="http://www.gnome.org/" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=gnome-base/gnome-env-1.0" src_compile() { |