diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-19 00:58:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-19 00:58:54 +0000 |
commit | 1fb88e122a37194adc1d446b48df381d45ce389d (patch) | |
tree | edcb3dec99841bc67d2e22ac9daa48d61c8f3378 /net-mail | |
parent | stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-1fb88e122a37194adc1d446b48df381d45ce389d.tar.gz gentoo-2-1fb88e122a37194adc1d446b48df381d45ce389d.tar.bz2 gentoo-2-1fb88e122a37194adc1d446b48df381d45ce389d.zip |
fixup for correct library list to solve bug #36562, where mysql is linked against ssl, but we aren't building ssl support into qmail-mysql.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/qmail-mysql/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild | 6 | ||||
-rw-r--r-- | net-mail/qmail-mysql/qmail-mysql-1.03.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/net-mail/qmail-mysql/ChangeLog b/net-mail/qmail-mysql/ChangeLog index 8d7cbad0b485..59abea368e2c 100644 --- a/net-mail/qmail-mysql/ChangeLog +++ b/net-mail/qmail-mysql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/qmail-mysql -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/ChangeLog,v 1.5 2003/12/26 01:13:53 robbat2 Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/ChangeLog,v 1.6 2004/01/19 00:58:54 robbat2 Exp $ + + 18 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> + qmail-mysql-1.03-r13.ebuild, qmail-mysql-1.03.ebuild: + fixup for correct library list to solve bug #36562, where mysql is linked + against ssl, but we aren't building ssl support into qmail-mysql. 25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> qmail-mysql-1.03.ebuild: change to keepdir as per bug #35308 diff --git a/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild b/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild index 01878c2a797c..2622a566a8f4 100644 --- a/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild +++ b/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.1 2003/11/29 09:28:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/qmail-mysql-1.03-r13.ebuild,v 1.2 2004/01/19 00:58:54 robbat2 Exp $ inherit eutils fixheadtails @@ -174,7 +174,7 @@ src_unpack() { } src_compile() { - emake it man || die + emake MYSQL_LIBS="`mysql_config --libs`" it man || die } src_install() { diff --git a/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild b/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild index e9fccc81f244..bf921b75d14e 100644 --- a/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild +++ b/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild,v 1.9 2003/12/26 01:13:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-mysql/qmail-mysql-1.03.ebuild,v 1.10 2004/01/19 00:58:54 robbat2 Exp $ inherit eutils @@ -69,7 +69,7 @@ src_unpack() { src_compile() { cd ${S} - emake it man || die + emake MYSQL_LIBS="`mysql_config --libs`" it man || die } |