slackbuilds/libraries/flashplugin-lahf-fix
dsomero 610e8461bb various: Fix slack-desc formatting and comment nit picks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:29:22 -05:00
..
README libraries/flashplugin-lahf-fix: Updated for version 0.2. 2013-11-12 22:48:53 -06:00
flashplugin-lahf-fix.SlackBuild libraries/flashplugin-lahf-fix: Updated for version 0.2. 2013-11-12 22:48:53 -06:00
flashplugin-lahf-fix.info libraries/flashplugin-lahf-fix: Updated for version 0.2. 2013-11-12 22:48:53 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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

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.

This slackbuild will put the flashplugin-lahf-fix.so file into
/usr/lib64/mozilla/plugins directory