~ubuntu-branches/ubuntu/quantal/nspr/quantal-security

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2013-03-13 10:17:05 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20130313101705-3egnk38zs89d3peo
Tags: 4.9.5-0ubuntu0.12.10.1
New upstream release to support security fixes in nss.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
endif
119
119
endif
120
120
 
121
 
ifeq ($(OS_ARCH),Linux)
 
121
# Linux, GNU/Hurd, and GNU/kFreeBSD systems
 
122
ifneq (,$(filter Linux GNU%,$(OS_ARCH)))
122
123
ifeq ($(USE_PTHREADS), 1)
123
124
ifeq ($(OS_TARGET),Android)
124
125
# Android has no libpthread.so in NDK
129
130
else
130
131
OS_LIBS         = -ldl
131
132
endif
 
133
ifneq ($(OS_TARGET),Android)
 
134
# Android has no librt - realtime functions are in libc
132
135
OS_LIBS         += -lrt
133
136
endif
 
137
endif
134
138
 
135
139
ifeq ($(OS_ARCH),HP-UX)
136
140
ifeq ($(USE_PTHREADS), 1)