~ubuntu-branches/ubuntu/precise/xulrunner-1.9/precise

« back to all changes in this revision

Viewing changes to mozilla/security/nss/lib/softoken/legacydb/config.mk

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-08-03 12:46:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090803124620-e6fe7ftw5lbswb0z
Tags: 1.9.0.13+nobinonly-0ubuntu1
* New upstream release v1.9.0.13 (FIREFOX_3_0_13_RELEASE)
  - see USN-811-1
* drop update-alternative --remove-all hack (which ensured that non-existing alternatives dont end
  up in "manual" mode in the past) now that dpkg fails on them - also the "auto" mode seems to be fixed
  - update debian/xulrunner-1.9.2.prerm.in
* enable support for "extensions" in build-system
  - update debian/create-build-system.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        CRYPTODIR=../crypto
44
44
endif
45
45
 
46
 
EXTRA_LIBS += \
47
 
        $(CRYPTOLIB) \
48
 
        $(DIST)/lib/$(LIB_PREFIX)dbm.$(LIB_SUFFIX) \
49
 
        $(NULL)
 
46
EXTRA_LIBS +=   $(CRYPTOLIB) 
 
47
 
 
48
ifndef NSS_DISABLE_DBM
 
49
EXTRA_LIBS +=   $(DIST)/lib/$(LIB_PREFIX)dbm.$(LIB_SUFFIX) 
 
50
endif
50
51
 
51
52
# can't do this in manifest.mn because OS_TARGET isn't defined there.
52
53
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
98
99
OS_LIBS += -lbsm 
99
100
endif
100
101
 
 
102
ifeq ($(OS_ARCH), HP-UX) 
 
103
ifneq ($(OS_TEST), ia64)
 
104
# pa-risc
 
105
ifeq ($(USE_64), 1)
 
106
MKSHLIB += +b '$$ORIGIN'
 
107
endif
 
108
endif
 
109
endif
 
110
 
101
111
ifeq ($(OS_TARGET),WINCE)
102
112
DEFINES += -DDBM_USING_NSPR
103
113
endif