diff options
Diffstat (limited to 'meta-oe/recipes-support/fuse/fuse-2.8.6/gold-unversioned-symbol.patch')
| -rw-r--r-- | meta-oe/recipes-support/fuse/fuse-2.8.6/gold-unversioned-symbol.patch | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fuse/fuse-2.8.6/gold-unversioned-symbol.patch b/meta-oe/recipes-support/fuse/fuse-2.8.6/gold-unversioned-symbol.patch new file mode 100644 index 0000000000..8ee97dff0f --- /dev/null +++ b/meta-oe/recipes-support/fuse/fuse-2.8.6/gold-unversioned-symbol.patch | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | Index: fuse-2.8.6/lib/fuse.c | ||
| 2 | =================================================================== | ||
| 3 | --- fuse-2.8.6.orig/lib/fuse.c 2011-09-13 00:23:14.000000000 -0700 | ||
| 4 | +++ fuse-2.8.6/lib/fuse.c 2011-10-19 09:20:27.537099939 -0700 | ||
| 5 | @@ -3947,11 +3947,11 @@ | ||
| 6 | 11); | ||
| 7 | } | ||
| 8 | |||
| 9 | -FUSE_SYMVER(".symver fuse_exited,__fuse_exited@"); | ||
| 10 | -FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@"); | ||
| 11 | -FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@"); | ||
| 12 | -FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@"); | ||
| 13 | -FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@"); | ||
| 14 | +FUSE_SYMVER(".symver fuse_exited,__fuse_exited@FUSE_UNVERSIONED"); | ||
| 15 | +FUSE_SYMVER(".symver fuse_process_cmd,__fuse_process_cmd@FUSE_UNVERSIONED"); | ||
| 16 | +FUSE_SYMVER(".symver fuse_read_cmd,__fuse_read_cmd@FUSE_UNVERSIONED"); | ||
| 17 | +FUSE_SYMVER(".symver fuse_set_getcontext_func,__fuse_set_getcontext_func@FUSE_UNVERSIONED"); | ||
| 18 | +FUSE_SYMVER(".symver fuse_new_compat2,fuse_new@FUSE_UNVERSIONED"); | ||
| 19 | FUSE_SYMVER(".symver fuse_new_compat22,fuse_new@FUSE_2.2"); | ||
| 20 | |||
| 21 | #endif /* __FreeBSD__ */ | ||
| 22 | Index: fuse-2.8.6/lib/fuse_mt.c | ||
| 23 | =================================================================== | ||
| 24 | --- fuse-2.8.6.orig/lib/fuse_mt.c 2011-09-13 00:23:14.000000000 -0700 | ||
| 25 | +++ fuse-2.8.6/lib/fuse_mt.c 2011-10-19 09:20:27.537099939 -0700 | ||
| 26 | @@ -113,4 +113,4 @@ | ||
| 27 | return fuse_session_loop_mt(fuse_get_session(f)); | ||
| 28 | } | ||
| 29 | |||
| 30 | -FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@"); | ||
| 31 | +FUSE_SYMVER(".symver fuse_loop_mt_proc,__fuse_loop_mt@FUSE_UNVERSIONED"); | ||
| 32 | Index: fuse-2.8.6/lib/fuse_versionscript | ||
| 33 | =================================================================== | ||
| 34 | --- fuse-2.8.6.orig/lib/fuse_versionscript 2011-09-13 00:23:14.000000000 -0700 | ||
| 35 | +++ fuse-2.8.6/lib/fuse_versionscript 2011-10-19 09:20:27.541099939 -0700 | ||
| 36 | @@ -1,3 +1,6 @@ | ||
| 37 | +FUSE_UNVERSIONED { | ||
| 38 | +}; | ||
| 39 | + | ||
| 40 | FUSE_2.2 { | ||
| 41 | global: | ||
| 42 | fuse_destroy; | ||
| 43 | Index: fuse-2.8.6/lib/helper.c | ||
| 44 | =================================================================== | ||
| 45 | --- fuse-2.8.6.orig/lib/helper.c 2011-09-13 00:23:14.000000000 -0700 | ||
| 46 | +++ fuse-2.8.6/lib/helper.c 2011-10-19 09:20:27.541099939 -0700 | ||
| 47 | @@ -409,10 +409,10 @@ | ||
| 48 | return fuse_mount_compat22(mountpoint, NULL); | ||
| 49 | } | ||
| 50 | |||
| 51 | -FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@"); | ||
| 52 | +FUSE_SYMVER(".symver fuse_setup_compat2,__fuse_setup@FUSE_UNVERSIONED"); | ||
| 53 | FUSE_SYMVER(".symver fuse_setup_compat22,fuse_setup@FUSE_2.2"); | ||
| 54 | -FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@"); | ||
| 55 | -FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@"); | ||
| 56 | +FUSE_SYMVER(".symver fuse_teardown,__fuse_teardown@FUSE_UNVERSIONED"); | ||
| 57 | +FUSE_SYMVER(".symver fuse_main_compat2,fuse_main@FUSE_UNVERSIONED"); | ||
| 58 | FUSE_SYMVER(".symver fuse_main_real_compat22,fuse_main_real@FUSE_2.2"); | ||
| 59 | |||
| 60 | #endif /* __FreeBSD__ */ | ||
