Index: mysql-4.0.24-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.24-r1.ebuild,v retrieving revision 1.3 diff -u -b -B -w -p -r1.3 mysql-4.0.24-r1.ebuild --- mysql-4.0.24-r1.ebuild 21 Apr 2005 16:35:17 -0000 1.3 +++ mysql-4.0.24-r1.ebuild 16 May 2005 17:21:27 -0000 @@ -191,6 +191,10 @@ src_compile() { # documentation myconf="${myconf} `use_with doc docs`" + use hardened \ + && myconf="${myconf} --disable-assembler" \ + || myconf="${myconf} --enable-assembler" + #glibc-2.3.2_pre fix; bug #16496 export CFLAGS="${CFLAGS} -DHAVE_ERRNO_AS_DEFINE=1" export CXXFLAGS="${CXXFLAGS} -DHAVE_ERRNO_AS_DEFINE=1" @@ -208,7 +212,6 @@ src_compile() { --sysconfdir=/etc/mysql \ --localstatedir=/var/lib/mysql \ --with-low-memory \ - --enable-assembler \ --with-charset=latin1 \ --enable-local-infile \ --with-mysqld-user=mysql \