]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/blob - system-libs.patch
- cleanup unused (bogus) deps, add missing BR detected by cleanbuild
[packages/apache-mod_pagespeed.git] / system-libs.patch
1 --- modpagespeed/src/third_party/apr/apr.gyp~   2012-06-24 15:31:59.000000000 +0300
2 +++ modpagespeed/src/third_party/apr/apr.gyp    2012-07-07 14:44:06.094870546 +0300
3 @@ -19,7 +19,7 @@
4      'apr_src_root': '<(apr_root)/src',
5      'apr_gen_os_root': '<(apr_root)/gen/arch/<(OS)',
6      'apr_gen_arch_root': '<(apr_gen_os_root)/<(target_arch)',
7 -    'system_include_path_apr%': '/usr/include/apr-1.0',
8 +    'system_include_path_apr%': '/usr/include/apr',
9      'conditions': [
10        ['OS!="win"', {
11          'apr_os_include': '<(apr_src_root)/include/arch/unix',
12 --- modpagespeed/src/third_party/aprutil/aprutil.gyp~   2012-06-24 15:31:59.000000000 +0300
13 +++ modpagespeed/src/third_party/aprutil/aprutil.gyp    2012-07-07 14:48:10.299435236 +0300
14 @@ -22,7 +22,7 @@
15      'aprutil_src_root': '<(aprutil_root)/src',
16      'aprutil_gen_os_root': '<(aprutil_root)/gen/arch/<(OS)',
17      'aprutil_gen_arch_root': '<(aprutil_gen_os_root)/<(target_arch)',
18 -    'system_include_path_aprutil%': '/usr/include/apr-1.0',
19 +    'system_include_path_aprutil%': '/usr/include/apr-util',
20    },
21    'conditions': [
22      ['use_system_apache_dev==0', {
23 --- modpagespeed/src/third_party/httpd/httpd.gyp~       2012-06-24 15:31:59.000000000 +0300
24 +++ modpagespeed/src/third_party/httpd/httpd.gyp        2012-07-07 15:15:13.598943424 +0300
25 @@ -18,7 +18,7 @@
26      'apache_src_root': '<(apache_root)/src',
27      'apache_gen_os_root': '<(apache_root)/gen/arch/<(OS)',
28      'apache_gen_arch_root': '<(apache_gen_os_root)/<(target_arch)',
29 -    'system_include_path_httpd%': '/usr/include/apache2',
30 +    'system_include_path_httpd%': '/usr/include/apache',
31      'conditions': [
32        ['OS!="win"', {
33          'apache_os_include': '<(apache_src_root)/os/unix',
34 --- modpagespeed/src/build/install.gyp~ 2012-06-24 15:31:45.000000000 +0300
35 +++ modpagespeed/src/build/install.gyp  2012-07-07 15:41:33.416812382 +0300
36 @@ -43,7 +43,6 @@
37          ],
38          'packaging_files_binaries': [
39            '<(PRODUCT_DIR)/libmod_pagespeed.so',
40 -          '<(PRODUCT_DIR)/libmod_pagespeed_ap24.so',
41          ],
42          'flock_bash': ['flock', '--', '/tmp/linux_package_lock', 'bash'],
43          'deb_build': '<(PRODUCT_DIR)/install/debian/build.sh',
This page took 0.05078 seconds and 3 git commands to generate.