Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 14:37:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 230538] devel/apr1 apr-1.6.3.1.6.1_1  fails to install apr_dbd_mysql-1.so
Message-ID:  <bug-230538-16115-poLo3oHUsC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230538-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230538-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230538

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

Patch works, produces apr_dbd_mysql.so, other packages build fine. if libra=
ry
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=3D   libexpat.so:textproc/expat2

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

@@ -136,6 +136,8 @@
                ${SETENV} ${APR_CONF_ENV} ./configure ${APR_CONF_ARGS}
${CONFIGURE_ARGS})
        @${ECHO_MSG} "# =3D=3D=3D> ${.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:

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230538-16115-poLo3oHUsC>