File mysql-workbench-gpl-5.2.30-disable-bundled.patch of Package mysql-workbench
Index: ext/Makefile.am =================================================================== --- ext/Makefile.am.orig +++ ext/Makefile.am @@ -1,7 +1 @@ - -if BUILD_CTEMPLATE -else -ctemplate_dirs=ctemplate -endif - -SUBDIRS=scintilla/gtk cppconn $(ctemplate_dirs) +SUBDIRS=scintilla/gtk cppconn Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -527,11 +526,3 @@ testing/tut/Params.inc AC_OUTPUT() - -if test "$ac_system_ctemplate" = no; then -( - cd ./ext/ctemplate/ctemplate-src && - autoreconf -i -s; - ./configure --prefix=$prefix --libdir=$libdir/mysql-workbench --disable-dependency-tracking --disable-dynamic -) -fi