diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-25 08:20:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-11-25 08:20:02 +0000 |
commit | 1296439d331780e77371b1701f743b53598c571a (patch) | |
tree | a896312c400a61b63995f1735a940c79046e2fad /app-misc/toilet/ChangeLog | |
parent | fixed configure and build issues, added manual install commands (diff) | |
download | gentoo-2-1296439d331780e77371b1701f743b53598c571a.tar.gz gentoo-2-1296439d331780e77371b1701f743b53598c571a.tar.bz2 gentoo-2-1296439d331780e77371b1701f743b53598c571a.zip |
LDADD -lcaca instead of -lcucul for bug 246907 for forced --as-needed. This is what upstream is trying to do with original Makefile.am, using pkg-config --libs cucul in LDFLAGS which returns -lcaca on system built with asneeded.
(Portage version: 2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686)
Diffstat (limited to 'app-misc/toilet/ChangeLog')
-rw-r--r-- | app-misc/toilet/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-misc/toilet/ChangeLog b/app-misc/toilet/ChangeLog index 11b078287963..8614d77c2ed2 100644 --- a/app-misc/toilet/ChangeLog +++ b/app-misc/toilet/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-misc/toilet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/ChangeLog,v 1.8 2008/11/24 16:40:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/toilet/ChangeLog,v 1.9 2008/11/25 08:20:02 ssuominen Exp $ + + 25 Nov 2008; <ssuominen@gentoo.org> + files/toilet-0.1-asneeded-and-cflags.patch: + LDADD -lcaca instead of -lcucul for bug 246907 for forced --as-needed. + This is what upstream is trying to do with original Makefile.am, using + pkg-config --libs cucul in LDFLAGS which returns -lcaca on system built + with asneeded. 24 Nov 2008; <ssuominen@gentoo.org> metadata.xml: Rename my old e-mail drac at gentoo.org to ssuominen at gentoo.org. |