Hi there.

I've contacted the ex-maintainer of this port (Gerardo Santana),
who directed me to this list, so I'm sending this patch here.
If anyone thinks that it's worth committing it into the tree -
go ahead. :)

The goal of the patch is to allow users to add extra configure
parameters during the build with:

make CONFIGURE_ARGS+=<argument> ...

Currently in the stable and current branches the Makefile does
not allow this (as far as could see).

Best regards,
--
Alexander Iliev
--- Makefile.orig       Sat Nov 11 16:38:23 2006
+++ Makefile    Mon Oct 22 17:25:39 2007
@@ -33,7 +33,7 @@
 FLAVOR?=               mysql
 
 CONFIGURE_STYLE=       gnu
-CONFIGURE_ARGS=                --localstatedir=/var \
+CONFIGURE_ARGS+=       --localstatedir=/var \
                        --enable-ssl \
                        --disable-idn \
                        --with-extra-include-path="${EXTRA_INCLUDE_PATH}" \


Reply via email to