2010-06-21 00:40:33 +02:00
|
|
|
Simple work-around for running the 64-bit Adobe Flash plug-in version 10
|
|
|
|
on Athlon64 processors without support for the lahf instruction.
|
|
|
|
|
|
|
|
Compile with:
|
|
|
|
cc -fPIC -shared -nostdlib -lc -oflashplugin-lahf-fix.so flashplugin-lahf-fix.c
|
2013-11-13 05:48:53 +01:00
|
|
|
|
2010-06-21 00:40:33 +02:00
|
|
|
Then place the .so file in the plug-in directory (e.g. $HOME/.mozilla/plugins)
|
|
|
|
or use LD_PRELOAD to force Firefox to load the library.
|
2013-11-13 05:48:53 +01:00
|
|
|
|
|
|
|
This slackbuild will put the flashplugin-lahf-fix.so file into
|
|
|
|
/usr/lib64/mozilla/plugins directory
|