[Bug 230538] devel/apr1 apr-1.6.3.1.6.1_1 fails to install apr_dbd_mysql-1.so

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 12 14:37:26 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230538

--- Comment #7 from Please <please at forget.me.uk> ---
Created attachment 196126
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=196126&action=edit
working patch not coflicing with other patches

Patch works, produces apr_dbd_mysql.so, other packages build fine. if library
works and it is stable, cannot say.

To make it fully work, did modification to Makefile too :
--- Makefile.orig       2018-03-21 22:24:43.000000000 +0100
+++ Makefile    2018-08-12 16:25:15.442304000 +0200
@@ -16,7 +16,7 @@

 LIB_DEPENDS=   libexpat.so:textproc/expat2

-USES=          iconv pathfix libtool cpe
+USES=          autoreconf iconv pathfix libtool cpe
 USE_LDCONFIG=  yes
 GNU_CONFIGURE= yes

@@ -136,6 +136,8 @@
                ${SETENV} ${APR_CONF_ENV} ./configure ${APR_CONF_ARGS}
${CONFIGURE_ARGS})
        @${ECHO_MSG} "# ===> ${.TARGET} apr-util-${APU_VERSION}"
        (cd ${APU_WRKDIR} && \
+               ${SETENV} ${APU_CONF_ENV} autoconf)
+       (cd ${APU_WRKDIR} && \
                ${SETENV} ${APU_CONF_ENV} ./configure ${APU_CONF_ARGS}
${CONFIGURE_ARGS})

 do-build:

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list