dbTalk Databases Forums  

[patch] small ebuild update

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss [patch] small ebuild update in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Frey
 
Posts: n/a

Default [patch] small ebuild update - 04-09-2005 , 06:41 PM






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"


--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.