diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:06:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-03 02:06:19 +0000 |
commit | 7b0279f8ac1a07837859de7caa692174974ebc9e (patch) | |
tree | c340133a332f444ec85d8f250cf293e3b09a4958 /dev-db/mysql/mysql-4.0.12.ebuild | |
parent | Marked stable for sparc (diff) | |
download | gentoo-2-7b0279f8ac1a07837859de7caa692174974ebc9e.tar.gz gentoo-2-7b0279f8ac1a07837859de7caa692174974ebc9e.tar.bz2 gentoo-2-7b0279f8ac1a07837859de7caa692174974ebc9e.zip |
DEBUGBUILD -> use debug
Diffstat (limited to 'dev-db/mysql/mysql-4.0.12.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.12.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-db/mysql/mysql-4.0.12.ebuild b/dev-db/mysql/mysql-4.0.12.ebuild index 8c6672dbb056..b596315345c0 100644 --- a/dev-db/mysql/mysql-4.0.12.ebuild +++ b/dev-db/mysql/mysql-4.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.3 2003/05/10 01:16:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.12.ebuild,v 1.4 2003/08/03 02:03:54 vapier Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -22,7 +22,7 @@ SRC_URI="ftp://mirror.mcs.anl.gov/pub/mysql/Downloads/${SDIR}/${NEWP}.tar.gz KEYWORDS="~x86 ~sparc ~ppc arm" LICENSE="GPL-2" SLOT="0" -IUSE="static readline innodb berkdb tcpd ssl" +IUSE="static readline innodb berkdb tcpd ssl debug" DEPEND="readline? ( >=sys-libs/readline-4.1 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) @@ -84,8 +84,7 @@ src_compile() { use innodb || myconf="${myconf} --without-innodb" use ssl && myconf="${myconf} --with-vio --with-openssl" use ssl || myconf="${myconf} --without-openssl" - [ -n "${DEBUGBUILD}" ] && myconf="${myconf} --with-debug" - [ -n "${DEBUGBUILD}" ] || myconf="${myconf} --without-debug" + myconf="${myconf} `use_with debug`" #glibc-2.3.2_pre fix; bug #16496 export CFLAGS="${CFLAGS} -DHAVE_ERRNO_AS_DEFINE=1" |