~ubuntu-branches/ubuntu/saucy/mozjs17/saucy

« back to all changes in this revision

Viewing changes to js/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2013-05-25 12:24:23 UTC
  • Revision ID: package-import@ubuntu.com-20130525122423-q6f7b1dy9wnp3t9y
Tags: 17.0.0-0ubuntu1
* New upstream release (LP: #1113166)
  - Should noticably improve GNOME Shell performance by fixing
    memory leaks and avoiding garbage collector deadlocks
  - A separate source package is used because some rdepends like couchdb
    won't be ready for this version any time soon
* Adjust packaging to new firefox versioned releases
* Drop .symbols files
* Add -dbg package
* debian/patches:
  - Dropped all existing patches, they are included in new version
  - fix-soname.patch, added to correct soname for shared library
* debian/rules:
  - enable parallel build
  - move shared library and create symlinks for standard soname versioning

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
ifeq (Linux,$(OS_TARGET))
448
448
EXTRA_DSO_LDOPTS += -Wl,-version-script,symverscript
449
449
EXTRA_DEPS += symverscript
 
450
EXTRA_DSO_LDOPTS += -Wl,-soname,lib$(LIBRARY_NAME).so.0
450
451
endif
451
452
 
452
453
EXTRA_DSO_LDOPTS += $(NSPR_LIBS)