dev@httpd.apache.org

2008-11-29 Thread Arfrever Frehtes Taifersar Arahesis
ctions? > > > > Otherwise I would commit to trunk and propose it for backport. > > This does not work with older autoconf versions :-(. > > Anyone an idea for a code that only calls > > AC_DISABLE_OPTION_CHECKING > > if it is defined? ifdef([AC_DISABLE_OPTION_CHECKING], [AC_DISABLE_OPTION_CHECKING]) http://www.gnu.org/software/m4/manual/html_node/Ifdef.html -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.

dev@httpd.apache.org

2008-11-29 Thread Arfrever Frehtes Taifersar Arahesis
2008-11-29 22:47:45 Ruediger Pluem napisał(a): > > On 11/29/2008 08:17 PM, Arfrever Frehtes Taifersar Arahesis wrote: > > 2008-11-29 15:49:36 Plüm, Rüdiger, VF-Group napisał(a): > >>> -Urspr�ngliche Nachricht- > >>> Von: "Pl�m, R�diger, VF-Group&

Re: Documentation

2008-12-19 Thread Arfrever Frehtes Taifersar Arahesis
2008-12-18 01:09 ed napisał(a): > Does anyone know if the information at > > http://apr.apache.org/docs/apr/0.9 > > is available in a printable format for reading off paper? I generally > find things easier to read like that. Or does anyone have know of a > resource that's similar and easy to rea

[PATCH] mod_lua contains undefined reference to luaL_openlib

2009-06-14 Thread Arfrever Frehtes Taifersar Arahesis
o fix this problem. According to [1], luaL_openlib() function was replaced by luaL_register(). [1] http://www.lua.org/manual/5.1/manual.html#7.3 -- Arfrever Frehtes Taifersar Arahesis Index: modules/lua/lua_apr.c === --- module

[PATCH] Fix typo in ap_mmn.h

2009-06-27 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch which fixes a typo in ap_mmn.h. -- Arfrever Frehtes Taifersar Arahesis Index: include/ap_mmn.h === --- include/ap_mmn.h (revision 788990) +++ include/ap_mmn.h (working copy) @@ -36,7 +36,7 @@ * Mino

Re: PCRE pcreposix.h header missing from Apache 2.2 downloads

2008-02-04 Thread Arfrever Frehtes Taifersar Arahesis
rating system now assumed to have a pcreposix.h header? > Or maybe pcreposix.h is auto-generated and I'm just not seeing it? > Or is it really missing? And can it be added back? pcreposix.h belongs to pcre library. See http://pcre.org/. -- Arfrever Frehtes Taifersar Arahesis signatu

[PATCH] Support Libtool 2.2

2008-03-23 Thread Arfrever Frehtes Taifersar Arahesis
I'm attaching the patch which (probably partially) fixes support for Libtool 2.2. -- Arfrever Frehtes Taifersar Arahesis Index: configure.in === --- configure.in (revision 640254) +++ configure.in (working copy) @@ -237,7 +

Re: [PATCH] Support Libtool 2.2

2008-03-24 Thread Arfrever Frehtes Taifersar Arahesis
2008-03-23 21:34:50 Arfrever Frehtes Taifersar Arahesis napisał(a): > I'm attaching the patch which (probably partially) fixes support for Libtool > 2.2. That patch was slightly broken. I'm attaching the corrected patch. Please commit it. -- Arfrever Frehtes Taifersa

Bug 44817 - httpd fails to build with libtool-2.2.*

2008-05-11 Thread Arfrever Frehtes Taifersar Arahesis
-gcc -pthread -march=athlon64 -pipe -O2 -L/usr/lib -o mod_authn_file.la -rpath /usr/lib/apache2/modules -module -avoid-version mod_authn_file.lo /bin/sh: /var/tmp/httpd/shlibtool: No such file or directory make[4]: *** [mod_authn_file.la] Error 127 -- Arfrever Frehtes Taifersar Arahesis

Re: apxs is missing -fPIC and ignores it

2008-06-08 Thread Arfrever Frehtes Taifersar Arahesis
b64/apr-1/build/libtool --silent --mode=link gcc -o foo.la > -rpath /usr/lib64/apache2 -module -avoid-versionfoo.lo -fPIC > > > As can be seen, -fPIC is not passed to the compiler, but only to the > link stage. Any ideas? apxs2 -Wc,-fPIC -c foo.c -- Arfrever Frehtes Taifersar Arahesis signature.asc Description: This is a digitally signed message part.