Author: wyoung
Date: Thu Mar  2 02:55:18 2006
New Revision: 1186

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1186&view=rev
Log:
Removed --disable-examples configure script option from spec and ebuild
files: configure no longer supports that, due to the Bakefie conversion.
We'll have to create a special "no examples" tarball for the rpm and
ebuild targets, when we recreate them, to recreate this behavior.

Modified:
    branches/v2.1-bakefile/mysql++.ebuild
    branches/v2.1-bakefile/mysql++.spec.in

Modified: branches/v2.1-bakefile/mysql++.ebuild
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.ebuild?rev=1186&r1=1185&r2=1186&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.ebuild (original)
+++ branches/v2.1-bakefile/mysql++.ebuild Thu Mar  2 02:55:18 2006
@@ -22,22 +22,12 @@
 
 src_compile() {
        gnuconfig_update
-       local myconf
-       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
-       # straight to /usr/include
-       # Note: the new maintainer is making RPM's that install to this
-       #       directory too, so this is fine.
-       myconf="${myconf}"
        # not including the directives to where MySQL is because it seems to 
find it
        # just fine without
        # force the cflags into place otherwise they get totally ignored by
        # configure
-       CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS} ${CXXFLAGS}" \
-       econf \
-               --disable-examples || die "econf failed"
+       CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS} ${CXXFLAGS}" econf || \
+                       die "econf failed"
 
        emake || die "unable to make"
 }

Modified: branches/v2.1-bakefile/mysql++.spec.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/mysql%2B%2B.spec.in?rev=1186&r1=1185&r2=1186&view=diff
==============================================================================
--- branches/v2.1-bakefile/mysql++.spec.in (original)
+++ branches/v2.1-bakefile/mysql++.spec.in Thu Mar  2 02:55:18 2006
@@ -31,7 +31,7 @@
 
 %prep
 %setup -q
-./configure --prefix=/usr --disable-examples --disable-dependency-tracking
+./configure --prefix=/usr --disable-dependency-tracking
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to