diff options
-rw-r--r-- | databases/libgda4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index 30868bae3fa3..395ba649a0df 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -38,9 +38,11 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ + --disable-crypto \ --enable-introspection=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" + LIBS="-L${LOCALBASE}/lib -lintl" \ + ac_cv_path_MYSQL_CONFIG=${LOCALBASE}/bin/mysql_config .if ${LIBGDA4_SLAVE}=="no" OPTIONS= UI "Build UI tools" on |