]> git.pld-linux.org Git - packages/apache-mod_spdy.git/blob - gyp.patch
BuildRequires: minizip-devel
[packages/apache-mod_spdy.git] / gyp.patch
1 fix:
2
3 Exception: Target third_party/apache/aprutil/aprutil.gyp:aprutil#target has an invalid target type 'settings'.  Must be one of executable/loadable_module/static_library/shared_library/none.
4
5 --- mod-spdy-0.9.3.3/third_party/apache/apr/apr.gyp~    2013-03-04 11:24:34.000000000 +0200
6 +++ mod-spdy-0.9.3.3/third_party/apache/apr/apr.gyp     2013-03-04 11:35:09.610648619 +0200
7 @@ -192,7 +192,7 @@
8          },
9          {
10            'target_name': 'apr',
11 -          'type': 'settings',
12 +          'type': 'none',
13            'dependencies': [
14              'include',
15            ],
16 --- mod-spdy-0.9.3.3/third_party/apache/aprutil/aprutil.gyp~    2013-03-04 11:24:34.000000000 +0200
17 +++ mod-spdy-0.9.3.3/third_party/apache/aprutil/aprutil.gyp     2013-03-04 11:36:54.408819317 +0200
18 @@ -142,7 +142,7 @@
19          },
20          {
21            'target_name': 'aprutil',
22 -          'type': 'settings',
23 +          'type': 'none',
24            'dependencies': [
25              'include',
26            ],
This page took 0.067595 seconds and 3 git commands to generate.