SuccessChanges

Summary

  1. Revert "debian/rules: temporarily disable launcher" (details)
  2. Modernise launcher build code (details)
  3. Don't omit -export-dynamic linker flag (details)
  4. src/Makefile.am: add -Wl,--export-dynamic (details)
  5. debian/changelog: bump for launcher support fix (details)
Commit 6efa6b1d0564f08d7af519502b0664dbce74219b by Merlijn Boris Wolf Wajer
Revert "debian/rules: temporarily disable launcher"

This reverts commit 9fa02f78609c8861217f77f6f300769f0211ab2d.
The file was modifieddebian/rules (diff)
The file was modifiedsrc/Makefile.am (diff)
The file was modifieddebian/rules (diff)
The file was modifiedconfigure.ac (diff)
Commit 2c5912109dfa3601755daea40d305c21a8a43e13 by Merlijn Boris Wolf Wajer
Don't omit -export-dynamic linker flag

This option is needed to export symbols from export.map in recent
binutils. These symbols are needed for maemo-launcher to work.
The file was modifiedsrc/Makefile.am (diff)
Commit aa4735ed3331e8b19af0bb6fd286df03d398ab2d by Merlijn Boris Wolf Wajer
src/Makefile.am: add -Wl,--export-dynamic

This flag is required for launcher support, otherwise the application
will just not run.
The file was modifiedsrc/Makefile.am (diff)
Commit bbd27b8165a17802e25ed91066865f0e79cacbde by Merlijn Boris Wolf Wajer
debian/changelog: bump for launcher support fix
The file was modifieddebian/changelog (diff)