Skip to content

Conversation

@swift-kim
Copy link
Member

A temporary solution for flutter-tizen/flutter-tizen#140.

Disables the following definition in third_party/boringssl/src/crypto/mem.c:

#if defined(__ELF__) && defined(__GNUC__)
#define WEAK_SYMBOL_FUNC(rettype, name, args) \
  rettype name args __attribute__((weak));
...
#endif

and therefore makes the functions OPENSSL_memory_* and sdallocx local to the file as before.

@swift-kim swift-kim requested review from a team, WonyoungChoi and bwikbs June 21, 2021 06:18
Copy link
Member

@bwikbs bwikbs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to be the best in our situation.

@swift-kim swift-kim merged commit a67e79d into flutter-tizen:flutter-2.2.1-tizen Jun 21, 2021
swift-kim added a commit that referenced this pull request Jul 1, 2021
swift-kim added a commit that referenced this pull request Sep 27, 2021
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Sep 27, 2021
swift-kim added a commit that referenced this pull request Nov 14, 2021
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Nov 14, 2021
swift-kim added a commit that referenced this pull request Dec 9, 2021
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Dec 9, 2021
swift-kim added a commit that referenced this pull request Dec 17, 2021
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Dec 17, 2021
swift-kim added a commit that referenced this pull request Feb 7, 2022
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Feb 7, 2022
swift-kim added a commit that referenced this pull request Feb 11, 2022
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Feb 11, 2022
swift-kim added a commit that referenced this pull request May 12, 2022
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request May 12, 2022
swift-kim added a commit that referenced this pull request Aug 5, 2022
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Aug 5, 2022
swift-kim added a commit that referenced this pull request Sep 1, 2022
* Temporarily disable weak symbols in third_party/boringssl

* Add -f option to gclient sync and move tizen_tools into home directory
swift-kim added a commit that referenced this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants