Changeset aee479c
- Timestamp:
- 12/04/2016 05:33:23 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- e6b0c4d
- Parents:
- 3a87232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/firefox.xml
r3a87232 raee479c 289 289 <envar>SHELL=/bin/sh</envar>. 290 290 </para></note> 291 291 <!-- 292 292 <screen><userinput>export CFLAGS_HOLD=$CFLAGS && 293 293 export CXXFLAGS_HOLD=$CXXFLAGS && 294 294 export CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" && 295 295 export CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" && 296 297 make -f client.mk</userinput></screen>296 --> 297 <screen><userinput>make -f client.mk</userinput></screen> 298 298 299 299 <para> … … 310 310 mkdir -pv /usr/lib/mozilla/plugins && 311 311 ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen> 312 312 <!-- 313 313 <para> 314 314 Set environment variables back to their values: … … 318 318 export CXXFLAGS=$CXXFLAGS_HOLD && 319 319 unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen> 320 --> 320 321 321 322 </sect2> … … 323 324 <sect2 role="commands"> 324 325 <title>Command Explanations</title> 325 326 <!-- 326 327 <para> 327 328 <command>CFLAGS= ... CXXFLAGS= ...</command>: These settings work around … … 329 330 it to produce a working program. 330 331 </para> 331 332 --> 332 333 <para> 333 334 <command>make -f client.mk ...</command>: Mozilla products are packaged to
Note:
See TracChangeset
for help on using the changeset viewer.