search for: flashplugin6

Displaying 3 results from an estimated 3 matches for "flashplugin6".

Did you mean: flashplugin
2003 Jun 19
0
flashpluginwrapper for Flash 6 (Shared Library Tools redux)
Ok. I hand-modified the linux-flashplugin6 shared library to remove all of the DT_NEEDED entries. I then modified flashpluginwrapper to add the following functions: void __assert_fail(const char *assertion, const char *file, unsigned int line, const char *function) { fprint (stderr, "%s:%d:%s: %s\n", file, line, functi...
2003 Jun 16
2
Tools to modify shared libraries
...me across general-purpose tools for modifying shared libraries? What I want to do is to edit the list of "needed" shared libraries to correct the common mistakes that developers make in creating shared objects with large lists of shared libraries. Specifically, I want to modify linux-flashplugin6/libflashplayer.so to remove all of the idiotic references to shared libraries that the Flash 6 developers added. Since this is a plugin for Mozilla, it does not need to specify any extra shared libraries especially since Mozilla has already loaded all of them! I want to do this to make Flash...
2003 Apr 25
1
Fwd: [bug & patch] libstdc++ in linux_base-7.1_3
..., but nobody seem to check on this in the freebsd-ports. Looks like Brandon D. Valentine might needs to create a PR to get the better attention and keep the track. Cheers, Mezz >Summary: > >This began as a problem report from <reigncracks@hotmail.com> inquiring >about my linux-flashplugin6 port's dependency on the Linux libstdc++ >shared library. I traced this to a bug in the linux_base-7.1 port. >Patch is attached. > >Feel free to tell me to go file a PR, but this seems like a pretty >trivial fix to go to all of that trouble. This is going to -ports since >-p...