Re: tomcat-native include directory name

2019-01-10 Thread Coty Sutherland
On Tue, Jan 8, 2019 at 7:06 PM Mark Thomas wrote: > On 08/01/2019 19:53, Coty Sutherland wrote: > > On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: > > > >> On 20/12/2018 19:51, Coty Sutherland wrote: > >>> Hi all, > >>> > >>> Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as t

Re: tomcat-native include directory name

2019-01-08 Thread Mark Thomas
On 08/01/2019 19:53, Coty Sutherland wrote: On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: On 20/12/2018 19:51, Coty Sutherland wrote: Hi all, Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the include directory instead of tomcat-native? I just pushed http://svn.apache.

Re: tomcat-native include directory name

2019-01-08 Thread Coty Sutherland
On Sun, Dec 23, 2018 at 4:57 AM Mark Thomas wrote: > On 20/12/2018 19:51, Coty Sutherland wrote: > > Hi all, > > > > Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the > > include directory instead of tomcat-native? I just pushed > > http://svn.apache.org/r1849428 so that make n

Re: tomcat-native include directory name

2018-12-23 Thread Mark Thomas
On 20/12/2018 19:51, Coty Sutherland wrote: > Hi all, > > Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the > include directory instead of tomcat-native? I just pushed > http://svn.apache.org/r1849428 so that make now copies the header files > into _includedir, and noticed that

tomcat-native include directory name

2018-12-20 Thread Coty Sutherland
Hi all, Is there some reason why we use apr-${TCNATIVE_MAJOR_VERSION} as the include directory instead of tomcat-native? I just pushed http://svn.apache.org/r1849428 so that make now copies the header files into _includedir, and noticed that the directory is named 'apr' rather than 'tomcat-native'