summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2019-10-07 03:09:28 -0500
committerathenian200 <athenian200@outlook.com>2019-10-21 04:53:43 -0500
commit5a4a4990cd9f5d0b56d515b0246bc09da7109eb3 (patch)
tree95165759d58ed11b3d7c852633744ead22a343bf /old-configure.in
parent575f51a27d6b3627ae5675cc8e920c8dcae073bd (diff)
downloadUXP-5a4a4990cd9f5d0b56d515b0246bc09da7109eb3.tar
UXP-5a4a4990cd9f5d0b56d515b0246bc09da7109eb3.tar.gz
UXP-5a4a4990cd9f5d0b56d515b0246bc09da7109eb3.tar.lz
UXP-5a4a4990cd9f5d0b56d515b0246bc09da7109eb3.tar.xz
UXP-5a4a4990cd9f5d0b56d515b0246bc09da7109eb3.zip
MoonchildProductions#1251 - Part 21: Fix Flash player and some extensions being incompatible.
https://github.com/oracle/solaris-userland/blob/82dd4adb0eca729372074d62435e00a783d95b1f/components/desktop/firefox/patches/firefox-49-npapi.patch The first fix was something I found on Oracle's patchset and allowed me to use the last Flash Player compiled for Solaris, from all the way back in 2012. Still works with most Flash content. The second is an evolution of what I had to do to get Interlink to compile. For Interlink, I basically had to copy the contents of any boolean values from confvars.sh into the empty moz.configure file, otherwise nothing would get configured. I decided to test whether Pale Moon had the same issue, and it turned out that it wasn't as bad as on Interlink, but it was still pure luck that the browser component built at all, because MOZ_PHOENIX and other important flags were apparently not being defined at all, hence why I couldn't get half the extensions to be compatible at first. I don't know why this is the case, but apparently configure.in isn't able to import values from confvars.sh. old-configure.in seems immune to the problem that application-specific configure.in files were experiencing, though. confvars.sh itself seems to work fine with values that aren't passed along via configure.in, though. So it's the interface between those two files that is messed up.
Diffstat (limited to 'old-configure.in')
0 files changed, 0 insertions, 0 deletions