wok-current diff smx/receipt @ rev 15450
Up: edje-dev (1.7.9)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Nov 05 20:58:04 2013 +0100 (2013-11-05) |
parents | c8e8372d27d3 |
children | 3b4e4318134e |
line diff
1.1 --- a/smx/receipt Tue Sep 11 09:21:03 2012 +0200 1.2 +++ b/smx/receipt Tue Nov 05 20:58:04 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 \