Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 81db5a7

Browse files
[[ Bug 16050 ]] Add export symbols for revZip and revXML
1 parent f4a8bc5 commit 81db5a7

3 files changed

Lines changed: 8 additions & 23 deletions

File tree

docs/notes/bugfix-16050.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# revZipOpenArchive stops working on LC 7.1 and xcode 6.4

revxml/revxml.gyp

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@
2727
'product_name': 'revxml',
2828

2929
'dependencies':
30-
[
31-
'../libexternal/libexternal.gyp:libExternal',
30+
[
31+
'../libexternal/libexternal.gyp:libExternal',
32+
'../libexternal/libexternal.gyp:libExternal-symbol-exports',
3233
'../thirdparty/libxml/libxml.gyp:libxml',
3334
'../thirdparty/libxslt/libxslt.gyp:libxslt',
3435
'../thirdparty/libz/libz.gyp:libz',
@@ -50,11 +51,6 @@
5051
'EXPORTED_SYMBOLS_FILE': 'revxml.exports',
5152
},
5253

53-
'variables':
54-
{
55-
'ios_external_symbols': [ '_getXtable' ],
56-
},
57-
5854
'all_dependent_settings':
5955
{
6056
'variables':
@@ -83,6 +79,7 @@
8379
'dependencies':
8480
[
8581
'../libexternal/libexternal.gyp:libExternal',
82+
'../libexternal/libexternal.gyp:libExternal-symbol-exports',
8683
'../thirdparty/libxml/libxml.gyp:libxml',
8784
'../thirdparty/libxslt/libxslt.gyp:libxslt',
8885
'../thirdparty/libz/libz.gyp:libz',
@@ -104,11 +101,6 @@
104101
'EXPORTED_SYMBOLS_FILE': 'revxml.exports',
105102
},
106103

107-
'variables':
108-
{
109-
'ios_external_symbols': [ '_getXtable' ],
110-
},
111-
112104
'all_dependent_settings':
113105
{
114106
'variables':

revzip/revzip.gyp

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'dependencies':
2525
[
2626
'../libexternal/libexternal.gyp:libExternal',
27+
'../libexternal/libexternal.gyp:libExternal-symbol-exports',
2728
'../thirdparty/libzip/libzip.gyp:libzip',
2829
],
2930

@@ -57,11 +58,6 @@
5758
],
5859
],
5960

60-
'variables':
61-
{
62-
'ios_external_symbols': [ '_getXtable' ],
63-
},
64-
6561
'all_dependent_settings':
6662
{
6763
'variables':
@@ -78,7 +74,8 @@
7874

7975
'dependencies':
8076
[
81-
'../libexternal/libexternal.gyp:libExternal',
77+
'../libexternal/libexternal.gyp:libExternal',
78+
'../libexternal/libexternal.gyp:libExternal-symbol-exports',
8279
'../thirdparty/libzip/libzip.gyp:libzip',
8380
],
8481

@@ -105,11 +102,6 @@
105102
],
106103
],
107104

108-
'variables':
109-
{
110-
'ios_external_symbols': [ '_getXtable' ],
111-
},
112-
113105
'all_dependent_settings':
114106
{
115107
'variables':

0 commit comments

Comments
 (0)