diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 13:21:09 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-06 13:21:09 +0000 |
commit | 163c4241874cacc4471ab5770593eb566518916c (patch) | |
tree | a9fd3a2937d60fe01b6ab6b2e56e209ec62d8f11 /tools/mklibs/patches/002-disable_symbol_checks.patch | |
parent | be47a7829974dbee68aceaceb3927034e89df60e (diff) | |
download | upstream-163c4241874cacc4471ab5770593eb566518916c.tar.gz upstream-163c4241874cacc4471ab5770593eb566518916c.tar.bz2 upstream-163c4241874cacc4471ab5770593eb566518916c.zip |
tools/mklibs: revert r24282
SVN-Revision: 24283
Diffstat (limited to 'tools/mklibs/patches/002-disable_symbol_checks.patch')
-rw-r--r-- | tools/mklibs/patches/002-disable_symbol_checks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mklibs/patches/002-disable_symbol_checks.patch b/tools/mklibs/patches/002-disable_symbol_checks.patch index cdf21d05cb..7ec63937c4 100644 --- a/tools/mklibs/patches/002-disable_symbol_checks.patch +++ b/tools/mklibs/patches/002-disable_symbol_checks.patch @@ -1,5 +1,5 @@ ---- a/src/mklibs -+++ b/src/mklibs +--- a/src/mklibs.py ++++ b/src/mklibs.py @@ -500,7 +500,7 @@ while 1: # No progress in last pass. Verify all remaining symbols are weak. for name in unresolved: |