]> git.pld-linux.org Git - packages/apache-mod_spdy.git/blame - gyp.patch
BuildRequires: minizip-devel
[packages/apache-mod_spdy.git] / gyp.patch
CommitLineData
7e12550d
ER
1fix:
2
3Exception: 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.051509 seconds and 4 git commands to generate.