Hi,
The ebuild was a little out of date, with the new configure options.
Here's an update.
- Chris
diff -u mysql++/mysql++.ebuild:1.2 mysql++/mysql++.ebuild:1.3
--- mysql++/mysql++.ebuild:1.2 Fri Dec 17 02:31:49 2004
+++ mysql++/mysql++.ebuild Sat Apr 9 19:31:30 2005
@@ -23,8 +23,7 @@
src_compile() {
gnuconfig_update
local myconf
- # we want C++ exceptions turned on
- myconf="--enable-exception"
+ myconf="--disable-examples"
# We do this because of the large number of header files installed
# to the include directory
# This is a breakage compared to previous versions that installed
@@ -38,7 +37,7 @@
# configure
CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS} ${CXXFLAGS}" \
econf \
- --enable-exception \
+ --disable-examples \
--includedir=/usr/include/mysql++ || die "econf failed"
emake || die "unable to make"
| Thread |
|---|
| • [patch] small ebuild update | Chris Frey | 10 Apr |