SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/libidn2/patches/patch-lib_puny_decode_c
Normal file
12
devel/libidn2/patches/patch-lib_puny_decode_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
The version script already maps _idn2* to _idn2*@IDN2_0.0.0. Do not
|
||||
create a duplicate entry with .symver that ld.bfd cannot handle.
|
||||
|
||||
Index: lib/puny_decode.c
|
||||
--- lib/puny_decode.c.orig
|
||||
+++ lib/puny_decode.c
|
||||
@@ -228,5 +228,4 @@ int punycode_decode(
|
||||
__typeof__ (_idn2_punycode_decode_internal) _idn2_punycode_decode
|
||||
__attribute__ ((visibility ("default"),
|
||||
alias ("_idn2_punycode_decode_internal")));
|
||||
-__asm__ (".symver _idn2_punycode_decode, _idn2_punycode_decode@IDN2_0.0.0");
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue