Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Stefan Eissing
Thanks! > Am 11.09.2017 um 12:22 schrieb Luca Toscano : > > > > 2017-09-11 12:20 GMT+02:00 Yann Ylavic : > On Mon, Sep 11, 2017 at 12:14 PM, Yann Ylavic wrote: > > > > Index: modules/md/Makefile.in > >

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Luca Toscano
2017-09-11 12:20 GMT+02:00 Yann Ylavic : > On Mon, Sep 11, 2017 at 12:14 PM, Yann Ylavic > wrote: > > > > Index: modules/md/Makefile.in > > === > > --- modules/md/Makefile.in

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Yann Ylavic
On Mon, Sep 11, 2017 at 12:14 PM, Yann Ylavic wrote: > > Index: modules/md/Makefile.in > === > --- modules/md/Makefile.in (revision 1807999) > +++ modules/md/Makefile.in (working copy) > @@ -41,7 +41,7

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Yann Ylavic
On Mon, Sep 11, 2017 at 10:23 AM, Stefan Eissing wrote: > >> Am 08.09.2017 um 17:14 schrieb Yann Ylavic : >> >> Hi Stefan, >> >> On Fri, Sep 8, 2017 at 5:06 PM, wrote: >>> Author: icing >>> Date: Fri Sep 8 15:06:44 2017 >>>

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Luca Toscano
2017-09-11 10:23 GMT+02:00 Stefan Eissing : > > > Am 08.09.2017 um 17:14 schrieb Yann Ylavic : > > > > Hi Stefan, > > > > On Fri, Sep 8, 2017 at 5:06 PM, wrote: > >> Author: icing > >> Date: Fri Sep 8 15:06:44 2017 > >> New

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Stefan Eissing
> Am 08.09.2017 um 17:14 schrieb Yann Ylavic : > > Hi Stefan, > > On Fri, Sep 8, 2017 at 5:06 PM, wrote: >> Author: icing >> Date: Fri Sep 8 15:06:44 2017 >> New Revision: 180 >> >> URL: http://svn.apache.org/viewvc?rev=180=rev >> Log: >> On

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-11 Thread Stefan Eissing
Yann, thanks for testing. I had the build working on MacOS, but gcc on my Ubuntu was not happy. The problem is something that plagued me already in mod_http2: having the same source/objects shared in two link targets. Previously, I build libmd.la and linked that to mod_md and a2md (the cmd line

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-08 Thread William A Rowe Jr
On Fri, Sep 8, 2017 at 10:14 AM, Yann Ylavic wrote: > Hi Stefan, > > On Fri, Sep 8, 2017 at 5:06 PM, wrote: >> Author: icing >> Date: Fri Sep 8 15:06:44 2017 >> New Revision: 180 >> >> URL: http://svn.apache.org/viewvc?rev=180=rev >> Log: >> On

Re: svn commit: r1807777 - /httpd/httpd/trunk/modules/md/Makefile.in

2017-09-08 Thread Yann Ylavic
Hi Stefan, On Fri, Sep 8, 2017 at 5:06 PM, wrote: > Author: icing > Date: Fri Sep 8 15:06:44 2017 > New Revision: 180 > > URL: http://svn.apache.org/viewvc?rev=180=rev > Log: > On the trunk: > > mod_md: added necessary CPPFLAGS for a2md build. Thanks, it fixed some