wok diff smx/receipt @ rev 15488
Up: firefox-dev (17.0.10esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 17 16:28:53 2013 +0100 (2013-11-17) |
parents | c8e8372d27d3 |
children | 3b4e4318134e |
line diff
1.1 --- a/smx/receipt Tue Sep 11 09:21:03 2012 +0200 1.2 +++ b/smx/receipt Sun Nov 17 16:28:53 2013 +0100 1.3 @@ -17,6 +17,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i -e 's/ap_get_server_version/ap_get_server_banner/' \ 1.8 + -e 's/remote_ip/client_ip/' modsmx/modsmx.h 1.9 + sed -i 's/modsmx.h"/&\n#ifdef APLOG_USE_MODULE\nAPLOG_USE_MODULE(smx);\n#undef APLOG_MARK\n#define APLOG_MARK __FILE__, __LINE__, APLOG_MODULE_INDEX\n#endif/' modsmx/modsmx.cpp 1.10 ./configure \ 1.11 --prefix=/usr \ 1.12 --mandir=/usr/share/man \