diff options
author | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-29 17:01:54 +0100 |
commit | f7c46ae575ffd52692423983972701d8bd8d36fd (patch) | |
tree | 74b9145d918032851f03c74d52bc41f54b0e55ef /neon | |
parent | d145b76354d59bfbdfe17ee4c010678f81ff4a91 (diff) |
sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
Diffstat (limited to 'neon')
-rw-r--r-- | neon/neon_exports_unix.patch | 2 | ||||
-rw-r--r-- | neon/neon_exports_win.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/neon/neon_exports_unix.patch b/neon/neon_exports_unix.patch index 1ee17690c8ed..955c714c7a05 100644 --- a/neon/neon_exports_unix.patch +++ b/neon/neon_exports_unix.patch @@ -1,7 +1,7 @@ --- misc/neon-0.28.2/src/exports.map 2009-09-29 10:28:13.531250000 +0200 +++ misc/build/neon-0.28.2/src/exports.map 2009-09-21 12:16:53.453125000 +0200 @@ -0,0 +1,287 @@ -+NEON_0_28_2 { ++UDK_3_0_0 { + global: + ne__negotiate_ssl; + ne__ssl_exit; diff --git a/neon/neon_exports_win.patch b/neon/neon_exports_win.patch index 479f03a9d6bc..05bc43a0c8b0 100644 --- a/neon/neon_exports_win.patch +++ b/neon/neon_exports_win.patch @@ -1,7 +1,7 @@ --- misc/neon-0.28.2/src/exports.map 2009-09-29 10:28:13.531250000 +0200 +++ misc/build/neon-0.28.2/src/exports.map 2009-09-21 12:16:53.453125000 +0200 @@ -0,0 +1,292 @@ -+NEON_0_28_2 { ++UDK_3_0_0 { + global: + ne_sspi_authenticate; + ne_sspi_clear_context; |